animatesprite
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "animatesprite", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Sprite animations made simple", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -161,2 +161,7 @@ /* | ||
// Unwrap jQuery object | ||
if (DOMObject.jquery) { | ||
DOMObject = DOMObject[0]; | ||
} | ||
discoverColumns(function (width, height) { | ||
@@ -163,0 +168,0 @@ // getting amount of columns |
56930
407