reenabling all tests

This commit is contained in:
Eric Rowell 2014-01-19 22:01:35 -08:00
parent 9579d4b2f6
commit 708937d5c5

View File

@ -15,7 +15,7 @@ suite('Collection', function(){
assert.notEqual(Kinetic.Collection.prototype.strokeWidth, undefined); assert.notEqual(Kinetic.Collection.prototype.strokeWidth, undefined);
}); });
test.only('add circle to stage', function(){ test('add circle to stage', function(){
var stage = addStage(); var stage = addStage();
var layer = new Kinetic.Layer(); var layer = new Kinetic.Layer();
var circle1 = new Kinetic.Circle({ var circle1 = new Kinetic.Circle({