Commit 7fb757c8 by Ibrahim Awwal

Rename Tooltips => TooltipManager.

parent aa301a80
$ -> $ ->
new Tooltips new TooltipManager
class @Tooltips class @TooltipManager
constructor: () -> constructor: () ->
@$body = $('body') @$body = $('body')
@$tooltip = $('<div class="tooltip"></div>') @$tooltip = $('<div class="tooltip"></div>')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment