Update JS snapshot to version 4.1.1 (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/b25c4965 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/b25c4965 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/b25c4965 Branch: refs/heads/4.1.x Commit: b25c4965feb77aa76fa84ccb93e15a9534dcb0a6 Parents: a7f39e6 Author: Edna Morales <[email protected]> Authored: Mon Apr 4 10:09:27 2016 -0400 Committer: Edna Morales <[email protected]> Committed: Mon Apr 4 10:09:27 2016 -0400 ---------------------------------------------------------------------- CordovaLib/cordova.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/b25c4965/CordovaLib/cordova.js ---------------------------------------------------------------------- diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js index d57ae59..8e4e208 100644 --- a/CordovaLib/cordova.js +++ b/CordovaLib/cordova.js @@ -1,5 +1,5 @@ // Platform: ios -// c517ca811b4948b630e0b74dbae6c9637939da24 +// 2fd4bcb84048415922d13d80d35b8d1668e8e150 /* 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.2.0-dev'; +var PLATFORM_VERSION_BUILD_LABEL = '4.1.1'; // file: src/scripts/require.js /*jshint -W079 */ @@ -817,7 +817,7 @@ module.exports = channel; }); -// file: /Users/steveng/repo/cordova/cordova-ios/cordova-js-src/exec.js +// file: /Users/ednamorales/dev/apache_plugins/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/steveng/repo/cordova/cordova-ios/cordova-js-src/platform.js +// file: /Users/ednamorales/dev/apache_plugins/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]
