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.DesignerModel = new Class({
Implements:[Events],
Implements:[mindplot.Events],
initialize:function (options) {
this._zoom = options.zoom;
this._topics = [];