Keep migration to jQuery ...

This commit is contained in:
Paulo Gustavo Veiga
2014-03-04 22:48:31 -03:00
parent 0d0db68038
commit b46ad170fb
20 changed files with 196 additions and 252 deletions

View File

@@ -32,7 +32,7 @@ mindplot.widget.ToolbarItem = new Class({
_registerTip: function() {
return new mindplot.widget.FloatingTip(document.id(this._buttonId), {
return new mindplot.widget.FloatingTip($("#"+this._buttonId), {
html: false,
position: 'bottom',
arrowOffset : 5,