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/13 08:15:41 UTC

[7/14] git commit: Fix spec file declaration order.

Fix spec file declaration order.


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/00309d83
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/tree/00309d83
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/diff/00309d83

Branch: refs/heads/hello-cordova
Commit: 00309d838b9d2b8524b3acce3abcd1316294159e
Parents: 6c11be8
Author: Michael Brooks <mi...@michaelbrooks.ca>
Authored: Thu Jul 12 22:13:34 2012 -0700
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Thu Jul 12 22:13:34 2012 -0700

----------------------------------------------------------------------
 www/spec.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-labs/blob/00309d83/www/spec.html
----------------------------------------------------------------------
diff --git a/www/spec.html b/www/spec.html
index 478fd77..2e4d333 100644
--- a/www/spec.html
+++ b/www/spec.html
@@ -10,11 +10,11 @@
         <script type="text/javascript" src="spec/lib/jasmine-1.2.0/jasmine-html.js"></script>
 
         <!-- include source files here... -->
-        <script type="text/javascript" src="spec/helper.js"></script>
-        <script type="text/javascript" src="spec/index.js"></script>
+        <script type="text/javascript" src="js/index.js"></script>
 
         <!-- include spec files here... -->
-        <script type="text/javascript" src="js/index.js"></script>
+        <script type="text/javascript" src="spec/helper.js"></script>
+        <script type="text/javascript" src="spec/index.js"></script>
 
         <script type="text/javascript">
             (function() {