updated build file to also minify modules separately for custom builds. Started work on decoupling Animation and DragAndDrop logic from other modules

This commit is contained in:
Eric Rowell
2012-10-14 18:46:04 -07:00
parent d636afb6fe
commit 3d0cb26e6d
53 changed files with 648 additions and 689 deletions

View File

@@ -0,0 +1 @@
Kinetic.Collection=function(){var a=[].slice.call(arguments),b=a.length,c=0;this.length=b;for(;c<b;c++)this[c]=a[c];return this},Kinetic.Collection.prototype=new Array,Kinetic.Collection.prototype.apply=function(a){args=[].slice.call(arguments),args.shift();for(var b=0;b<this.length;b++)Kinetic.Type._isFunction(this[b][a])&&this[b][a].apply(this[b],args)},Kinetic.Collection.prototype.each=function(a){for(var b=0;b<this.length;b++)a.call(this[b],b,this[b])};