mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 10:47:59 +08:00
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:
1
dist/kinetic-Collection-current.min.js
vendored
Normal file
1
dist/kinetic-Collection-current.min.js
vendored
Normal 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])};
|
Reference in New Issue
Block a user