replace old Events class

This commit is contained in:
Ezequiel Bergamaschi
2014-03-16 22:00:04 -03:00
parent bd70f3b609
commit 48c7fe2a96
5 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
*/
mindplot.widget.ToolbarItem = new Class({
Implements:[Events],
Implements: mindplot.Events, //FIXME: should be extends?
initialize : function(buttonId, fn, options) {
$assert(buttonId, "buttonId can not be null");
$assert(fn, "fn can not be null");