Rename Tooltips => TooltipManager.

This commit is contained in:
Ibrahim Awwal
2012-09-17 23:03:36 -07:00
parent aa301a805e
commit 7fb757c86c

View File

@@ -1,7 +1,7 @@
$ ->
new Tooltips
new TooltipManager
class @Tooltips
class @TooltipManager
constructor: () ->
@$body = $('body')
@$tooltip = $('<div class="tooltip"></div>')