fix some errors and old mootools syntax

This commit is contained in:
Ezequiel Bergamaschi
2014-06-16 01:35:57 -03:00
parent 8f3b55b650
commit a862a8ec3d
2 changed files with 4 additions and 3 deletions

View File

@@ -502,6 +502,7 @@ mindplot.widget.Menu = new Class({
},
_addButton: function (buttonId, topic, rel, fn) {
var me = this;
// Register Events ...
var result = null;
if ($('#'+buttonId)) {