Rename Tooltips => TooltipManager.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
$ ->
|
||||
new Tooltips
|
||||
new TooltipManager
|
||||
|
||||
class @Tooltips
|
||||
class @TooltipManager
|
||||
constructor: () ->
|
||||
@$body = $('body')
|
||||
@$tooltip = $('<div class="tooltip"></div>')
|
||||
Reference in New Issue
Block a user