Update spec to hide stage area.
Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/commit/a01373f7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/tree/a01373f7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/diff/a01373f7 Branch: refs/heads/master Commit: a01373f783019ecfda2177941bd11dc9e73e95f3 Parents: 0a1450a Author: Michael Brooks <mich...@michaelbrooks.ca> Authored: Sat Jul 14 17:10:47 2012 -0700 Committer: Michael Brooks <mich...@michaelbrooks.ca> Committed: Sat Jul 14 17:10:47 2012 -0700 ---------------------------------------------------------------------- www/spec.html | 2 +- www/spec/helper.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/a01373f7/www/spec.html ---------------------------------------------------------------------- diff --git a/www/spec.html b/www/spec.html index 2e4d333..83d7d2e 100644 --- a/www/spec.html +++ b/www/spec.html @@ -45,6 +45,6 @@ </script> </head> <body> - <div id="stage"></div> + <div id="stage" style="display:none;"></div> </body> </html> http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/a01373f7/www/spec/helper.js ---------------------------------------------------------------------- diff --git a/www/spec/helper.js b/www/spec/helper.js index 3bc58a8..9f99445 100644 --- a/www/spec/helper.js +++ b/www/spec/helper.js @@ -1,4 +1,4 @@ -beforeEach(function() { +afterEach(function() { document.getElementById('stage').innerHTML = ''; });