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/08/01 18:39:08 UTC

[31/48] git commit: Remove spec helper from index.html

Remove spec helper from index.html


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/e464e04f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/tree/e464e04f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/diff/e464e04f

Branch: refs/heads/master
Commit: e464e04fe7c87c387513e3dc61ba2eaf7962a263
Parents: 22fa905
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Thu Jul 12 23:11:25 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Thu Jul 12 23:11:25 2012 -0700

----------------------------------------------------------------------
 www/index.html |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-app-hello-world/blob/e464e04f/www/index.html
----------------------------------------------------------------------
diff --git a/www/index.html b/www/index.html
index 9b20e17..3bc5f9c 100644
--- a/www/index.html
+++ b/www/index.html
@@ -4,7 +4,6 @@
         <title>Hello Cordova</title>
         <link rel="stylesheet" type="text/css" href="css/index.css" />
         <script type="text/javascript" src="js/index.js"></script>
-        <script type="text/javascript" src="spec/helper.js"></script>
         <script type="text/javascript">
             app.initialize();
         </script>