refactored draw, _draw, and _drawChildren methods in such a way that isVisible and getListening logic resides in one place, therefore improving code quality

This commit is contained in:
Eric Rowell
2012-08-19 20:44:45 -07:00
parent e99312ece2
commit 9093d9a512
11 changed files with 101 additions and 152 deletions

View File

@@ -67,7 +67,7 @@ Test.prototype.tests = {
anim.start();
}, 4000);
},
'*DRAWING - draw 10,000 small circles with tooltips': function(containerId) {
'DRAWING - draw 10,000 small circles with tooltips': function(containerId) {
var stage = new Kinetic.Stage({
container: containerId,
width: 578,