Start migration to Mootools 1.3.1

This commit is contained in:
Paulo Veiga
2011-07-26 15:07:53 -03:00
parent 8eb84ce7b3
commit 41c1f47227
55 changed files with 13636 additions and 10601 deletions

View File

@@ -52,7 +52,7 @@ web2d.EventDispatcher.prototype.removeListener = function(type, listener)
// var found = false;
var length = this._listeners.length;
this._listeners.remove(listener);
this._listeners.erase(listener);
var newLength = this._listeners.length;

View File

@@ -78,7 +78,7 @@ web2d.peer.svg.ElementPeer.prototype.removeChild = function(elementPeer)
// Remove from children array ...
var length = children.length;
children.remove(elementPeer);
children.erase(elementPeer);
var newLength = children.length;
if (newLength >= length)

File diff suppressed because it is too large Load Diff