adding Events mootool class

This commit is contained in:
Ezequiel Bergamaschi
2014-03-15 03:55:42 -03:00
parent 1da6082906
commit 3309777327
6 changed files with 68 additions and 4 deletions

View File

@@ -16,7 +16,7 @@
* limitations under the License.
*/
mindplot.layout.LayoutManager = new Class({
Extends: Events,
Extends: mindplot.Events,
initialize: function(rootNodeId, rootSize) {
$assert($defined(rootNodeId), "rootNodeId can not be null");
$assert(rootSize, "rootSize can not be null");