You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2012/09/05 02:09:46 UTC

git commit: updating javascript reference

Updated Branches:
  refs/heads/master d821fca9e -> f609c58d5


updating javascript reference


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

Branch: refs/heads/master
Commit: f609c58d54093ae88c8346e35a8adf69d2697bd9
Parents: d821fca
Author: anis <an...@apache.org>
Authored: Tue Sep 4 17:09:41 2012 -0700
Committer: anis <an...@apache.org>
Committed: Tue Sep 4 17:09:41 2012 -0700

----------------------------------------------------------------------
 samples/hello-cordova/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cordova-tizen/blob/f609c58d/samples/hello-cordova/index.html
----------------------------------------------------------------------
diff --git a/samples/hello-cordova/index.html b/samples/hello-cordova/index.html
index 92484ad..dad361d 100644
--- a/samples/hello-cordova/index.html
+++ b/samples/hello-cordova/index.html
@@ -33,7 +33,7 @@
                 <p class="event received">Device is Ready</p>
             </div>
         </div>
-        <script type="text/javascript" src="cordova-2.1.0.js"></script>
+        <script type="text/javascript" src="js/cordova.js"></script>
         <script type="text/javascript" src="js/index.js"></script>
         <script type="text/javascript">
             app.initialize();