stage setSize() method now converts inputs to integers. added a lot of setSize unit tests

This commit is contained in:
Eric Rowell
2012-06-02 21:27:26 -07:00
parent 91eb4ea371
commit e842cdf8ac
5 changed files with 75 additions and 18 deletions

View File

@@ -734,8 +734,7 @@ Test.prototype.tests = {
});
layer.add(star);
stage.add(layer);
stage.add(layer);
star.saveData();
},
'EVENTS - drag events click': function(containerId) {