Feature: adding bonus \nRefactoring: isolation of animations

This commit is contained in:
Fabrice Ecaille
2013-10-03 13:30:52 +02:00
parent a9fb1bb8e9
commit 99ef4fc3f5
7 changed files with 249 additions and 130 deletions

View File

@@ -4,7 +4,7 @@ function heriter(destination, source) {
obj["_super"] = function() {
var methodName = arguments[0];
var parameters = arguments[1];
this["__parent_methods"][methodName].apply(this, parameters);
return this["__parent_methods"][methodName].apply(this, parameters);
}
}