fixed kaleidoscope filter spelling

This commit is contained in:
Eric Rowell
2014-01-05 13:32:50 -08:00
parent 09aaa44e07
commit 193b9d0970
5 changed files with 454 additions and 3 deletions

View File

@@ -2948,7 +2948,7 @@ suite('Node', function() {
assert.equal(circle._cache.canvas.scene.getContext().getTrace(), 'save();translate(74,74);beginPath();arc(0,0,70,0,6.283,false);closePath();fillStyle=green;fill();lineWidth=4;strokeStyle=black;stroke();restore();');
});
test.only('show cache border', function(){
test('show cache border', function(){
var stage = addStage();
var layer = new Kinetic.Layer();
var group = new Kinetic.Group();