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.MultilineTextEditor = new Class({
Extends:Events,
Extends: mindplot.Events,
initialize:function () {
this._topic = null;
this._timeoutId = -1;