You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2012/07/17 07:06:36 UTC

[6/10] git commit: Update spec to hide stage area.

Update spec to hide stage area.


Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/commit/a01373f7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/tree/a01373f7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/diff/a01373f7

Branch: refs/heads/hello-cordova
Commit: a01373f783019ecfda2177941bd11dc9e73e95f3
Parents: 0a1450a
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Sat Jul 14 17:10:47 2012 -0700
Committer: Michael Brooks <mi...@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-labs/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-labs/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 = '';
 });