You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2013/12/12 22:28:19 UTC

[1/2] ios commit: Update JS snapshot to version 3.3.0 (via coho)

Updated Branches:
  refs/heads/3.3.x 170d38321 -> 4972510ca


Update JS snapshot to version 3.3.0 (via coho)


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

Branch: refs/heads/3.3.x
Commit: fe1bd9113bc7d5caf3c1cfbea07d76570787d5c5
Parents: 170d383
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Dec 12 13:25:49 2013 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Dec 12 13:25:49 2013 -0800

----------------------------------------------------------------------
 CordovaLib/cordova.js | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/fe1bd911/CordovaLib/cordova.js
----------------------------------------------------------------------
diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index ce986d0..a26e7b1 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -1,5 +1,5 @@
 // Platform: ios
-// 3.3.0-rc1
+// 3.3.0
 /*
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var CORDOVA_JS_BUILD_LABEL = '3.3.0-rc1';
+var CORDOVA_JS_BUILD_LABEL = '3.3.0';
 // file: lib/scripts/require.js
 
 /*jshint -W079 */
@@ -34,7 +34,7 @@ var require,
         requireStack = [],
     // Map of module ID -> index into requireStack of modules currently being built.
         inProgressModules = {},
-        SEPERATOR = ".";
+        SEPARATOR = ".";
 
 
 
@@ -44,7 +44,7 @@ var require,
                 var resultantId = id;
                 //Its a relative path, so lop off the last portion and add the id (minus "./")
                 if (id.charAt(0) === ".") {
-                    resultantId = module.id.slice(0, module.id.lastIndexOf(SEPERATOR)) + SEPERATOR + id.slice(2);
+                    resultantId = module.id.slice(0, module.id.lastIndexOf(SEPARATOR)) + SEPARATOR + id.slice(2);
                 }
                 return require(resultantId);
             };


[2/2] ios commit: Set VERSION to 3.3.0 (via coho)

Posted by sh...@apache.org.
Set VERSION to 3.3.0 (via coho)


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/4972510c
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/4972510c
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/4972510c

Branch: refs/heads/3.3.x
Commit: 4972510ca591f8756a0a6b756c0d6691976e2106
Parents: fe1bd91
Author: Shazron Abdullah <sh...@apache.org>
Authored: Thu Dec 12 13:25:50 2013 -0800
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Thu Dec 12 13:25:50 2013 -0800

----------------------------------------------------------------------
 CordovaLib/VERSION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/4972510c/CordovaLib/VERSION
----------------------------------------------------------------------
diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index 490631a..15a2799 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-3.3.0-rc1
+3.3.0