From d48df331b06e4ba27f98884b9affa3c0ff50343b Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Wed, 4 Sep 2013 12:22:19 -0700 Subject: [PATCH] Use attachToDom instead of appending directly to #jasmine-content --- spec/atom-spec.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/atom-spec.coffee b/spec/atom-spec.coffee index cf32473ce..8018a24d5 100644 --- a/spec/atom-spec.coffee +++ b/spec/atom-spec.coffee @@ -12,7 +12,7 @@ describe "the `atom` global", -> describe "base stylesheet loading", -> beforeEach -> rootView.append $("
") - $("#jasmine-content").append(rootView) + rootView.attachToDom() atom.themes.load() atom.watchThemes()