You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2012/11/27 00:52:55 UTC

[7/16] update cordova-js to 2.3.0 RC1

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/b32dd22c/windows8/samples/Media_Test/Media_Test/cordova.js
----------------------------------------------------------------------
diff --git a/windows8/samples/Media_Test/Media_Test/cordova.js b/windows8/samples/Media_Test/Media_Test/cordova.js
index 1f2c353..7582807 100644
--- a/windows8/samples/Media_Test/Media_Test/cordova.js
+++ b/windows8/samples/Media_Test/Media_Test/cordova.js
@@ -1,6 +1,6 @@
 (function () {
 
-    var VERSION = '2.2.0',
+    var VERSION = '2.3.0',
         currentScript = 'cordova-' + VERSION + '.js',
         scripts = document.getElementsByTagName('script');
 

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/b32dd22c/windows8/samples/Media_Test/Media_Test/index.html
----------------------------------------------------------------------
diff --git a/windows8/samples/Media_Test/Media_Test/index.html b/windows8/samples/Media_Test/Media_Test/index.html
index b5c35cd..bae9a8d 100644
--- a/windows8/samples/Media_Test/Media_Test/index.html
+++ b/windows8/samples/Media_Test/Media_Test/index.html
@@ -11,7 +11,7 @@
     
     <!-- Cordova win8 references -->
     <link href="/css/default.css" rel="stylesheet" />
-    <script src="/jcordova.js"></script>
+    <script src="cordova.js"></script>
 </head>
 <body>
     <button id="btnStart" onclick="start()">Start</button>
@@ -49,6 +49,7 @@
                     updateStatus("Media status callback :: " + res);
                 }
             );
+
             $("#durationDiv").innerHTML = 'Duration: ' + media.getDuration();
             updateStatus("Media starting");
 

http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/b32dd22c/windows8/samples/Notification Test/Notification Test/Notification Test.jsproj
----------------------------------------------------------------------
diff --git a/windows8/samples/Notification Test/Notification Test/Notification Test.jsproj b/windows8/samples/Notification Test/Notification Test/Notification Test.jsproj
index c95dfb4..78dd543 100644
--- a/windows8/samples/Notification Test/Notification Test/Notification Test.jsproj	
+++ b/windows8/samples/Notification Test/Notification Test/Notification Test.jsproj	
@@ -50,7 +50,7 @@
     <AppxManifest Include="package.appxmanifest">
       <SubType>Designer</SubType>
     </AppxManifest>
-    <Content Include="cordova-2.2.0.js" />
+    <Content Include="cordova-2.3.0.js" />
     <Content Include="cordova.js" />
     <Content Include="images\logo.png" />
     <Content Include="images\smalllogo.png" />