From 9343d1e645e5e3d27f5672d6752d5573ae1b2104 Mon Sep 17 00:00:00 2001 From: Scott Erickson Date: Mon, 15 Sep 2014 15:09:27 -0700 Subject: [PATCH] Tweaked the most recent tests. --- test/app/lib/surface/WebGLSprite.spec.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/app/lib/surface/WebGLSprite.spec.coffee b/test/app/lib/surface/WebGLSprite.spec.coffee index 06f29aa08..d2e42f100 100644 --- a/test/app/lib/surface/WebGLSprite.spec.coffee +++ b/test/app/lib/surface/WebGLSprite.spec.coffee @@ -10,7 +10,7 @@ describe 'WebGLSprite', -> webGLSprite = null showMe = -> - canvas = $('').css('position', 'absolute').css('index', 1000)#.css('background', 'white') + canvas = $('').css('position', 'absolute').css('index', 1000).css('background', 'white') $('body').append(canvas) stage = new createjs.SpriteStage(canvas[0]) stage.addChild(webGLSprite) @@ -102,4 +102,4 @@ describe 'WebGLSprite', -> expect(webGLSprite.baseMovieClip.currentFrame).toBe(expectedFrame) for child in webGLSprite.childSpriteContainers expect(child.movieClip.currentFrame).toBe(expectedFrame) - showMe() +