From 71d9dfb1474e8d1196dbdbf826b89a6f2d0fb3d7 Mon Sep 17 00:00:00 2001 From: Corey Johnson & Nathan Sobo Date: Thu, 15 Dec 2011 14:09:26 -0800 Subject: [PATCH] Rename jasmine_content to jasmine-content. --- spec/spec-bootstrap.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec-bootstrap.coffee b/spec/spec-bootstrap.coffee index ae61f6015..5e656242d 100644 --- a/spec/spec-bootstrap.coffee +++ b/spec/spec-bootstrap.coffee @@ -9,7 +9,7 @@ $('head').append coffeekup.render -> $('body').append coffeekup.render -> div id: 'jasmine_runner' - div id: 'jasmine_content' + div id: 'jasmine-content' jasmineEnv = jasmine.getEnv() trivialReporter = new jasmine.TrivialReporter(document, 'jasmine_runner')