heavily updated documentation

This commit is contained in:
Eric Rowell
2013-05-07 10:19:54 -07:00
parent d67f1d2c1d
commit 8f06f1eb67
14 changed files with 616 additions and 25 deletions

View File

@@ -93,9 +93,6 @@ Test.Modules.ANIMATION = {
test(Kinetic.Layer.batchAnim.getLayers().length === 1, 'batch animation should only have one layer');
// since batch draw is async, we need to test the draw count with a timeout
setTimeout(function() {
test(draws === 4, 'draw count should be 4');
}, 1000);
test(draws !== 6, 'should not be 6 draws');
}
};