major refactor of directory structure. Killed Util directory. Created Util.js file instead. Moved general purpose methods from Global to Util

This commit is contained in:
Eric Rowell
2013-05-07 23:51:02 -07:00
parent e2d6993c89
commit 76a399bfc0
31 changed files with 312 additions and 307 deletions

View File

@@ -32,7 +32,7 @@
lays = null;
}
// if passing in an array of Layers
else if (Kinetic.Type._isArray(layers)) {
else if (Kinetic.Util._isArray(layers)) {
lays = layers;
}
// if passing in a Layer