adding Events mootool class

This commit is contained in:
Ezequiel Bergamaschi
2014-03-15 03:55:42 -03:00
parent 3e0d84392b
commit 8115b50556
6 changed files with 68 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
*/
mindplot.Designer = new Class({
Extends:Events,
Extends: mindplot.Events,
initialize:function (options, divElement) {
$assert(options, "options must be defined");
$assert(options.zoom, "zoom must be defined");