Update JS snapshot to version 4.1.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/16b64108 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/16b64108 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/16b64108 Branch: refs/heads/4.1.x Commit: 16b641086082e304ce4df14dcb0eea30b05780fb Parents: cad1e64 Author: Steve Gill <[email protected]> Authored: Wed Feb 24 17:19:40 2016 -0800 Committer: Steve Gill <[email protected]> Committed: Wed Feb 24 17:19:40 2016 -0800 ---------------------------------------------------------------------- CordovaLib/cordova.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/16b64108/CordovaLib/cordova.js ---------------------------------------------------------------------- diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js index 6f2ed60..07d0c35 100644 --- a/CordovaLib/cordova.js +++ b/CordovaLib/cordova.js @@ -1,5 +1,5 @@ // Platform: ios -// 1b111058631e118dc37da473e30b60214c211d76 +// c517ca811b4948b630e0b74dbae6c9637939da24 /* 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 PLATFORM_VERSION_BUILD_LABEL = '4.1.0-dev'; +var PLATFORM_VERSION_BUILD_LABEL = '4.1.0'; // file: src/scripts/require.js /*jshint -W079 */ @@ -817,7 +817,7 @@ module.exports = channel; }); -// file: /Users/shazron/Documents/git/apache/cordova-ios/cordova-js-src/exec.js +// file: /Users/steveng/repo/cordova/cordova-ios/cordova-js-src/exec.js define("cordova/exec", function(require, exports, module) { /*global require, module, atob, document */ @@ -1545,7 +1545,7 @@ exports.reset(); }); -// file: /Users/shazron/Documents/git/apache/cordova-ios/cordova-js-src/platform.js +// file: /Users/steveng/repo/cordova/cordova-ios/cordova-js-src/platform.js define("cordova/platform", function(require, exports, module) { module.exports = { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
