collections are now chainable

This commit is contained in:
Eric Rowell
2014-01-19 21:37:13 -08:00
parent f1b1c58166
commit 2243010d33
2 changed files with 5 additions and 3 deletions

View File

@@ -79,6 +79,8 @@
for(i = 0; i < len; i++) {
this[i][methodName].apply(this[i], args);
}
return this;
};
})(key);
}