Update JS snapshot to version 4.2.0-dev (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/81495315 Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/81495315 Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/81495315 Branch: refs/heads/master Commit: 814953152b522f4492ad8ac4fc82620ec7babe52 Parents: bbcd152 Author: Steve Gill <[email protected]> Authored: Wed Feb 24 17:19:42 2016 -0800 Committer: Steve Gill <[email protected]> Committed: Wed Feb 24 17:19:42 2016 -0800 ---------------------------------------------------------------------- CordovaLib/cordova.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/81495315/CordovaLib/cordova.js ---------------------------------------------------------------------- diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js index 6f2ed60..d57ae59 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.2.0-dev'; // 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]
