reenabling all tests

This commit is contained in:
Eric Rowell 2013-11-03 00:07:05 -07:00
parent 224436aa18
commit 9bc34d6abb
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
suite('Stage', function() {
// ======================================================
test.only('instantiate stage with id', function() {
test('instantiate stage with id', function() {
var container = document.createElement('div');
container.id = 'container';

View File

@ -195,7 +195,7 @@ suite('Image', function(){
});
// ======================================================
test.only('create image hit region', function(done) {
test('create image hit region', function(done) {
var imageObj = new Image();
var stage = addStage();