Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 126D0DFF5 for ; Wed, 1 Aug 2012 16:39:10 +0000 (UTC) Received: (qmail 50673 invoked by uid 500); 1 Aug 2012 16:39:09 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 50582 invoked by uid 500); 1 Aug 2012 16:39:09 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 50151 invoked by uid 99); 1 Aug 2012 16:39:09 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2012 16:39:09 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id D44D91B066; Wed, 1 Aug 2012 16:39:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mwbrooks@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: [25/48] git commit: Update spec to hide stage area. Message-Id: <20120801163908.D44D91B066@tyr.zones.apache.org> Date: Wed, 1 Aug 2012 16:39:08 +0000 (UTC) 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 Authored: Sat Jul 14 17:10:47 2012 -0700 Committer: Michael Brooks 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 @@ -
+ 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 = ''; });