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()
+