Skip to content

Commit

Permalink
Update JS snapshot to version 4.5.5-dev (via coho)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Jul 3, 2018
1 parent 00a4b27 commit d475103
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CordovaLib/cordova.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Platform: ios
// 4450a4cea50616e080a82e8ede9e3d6a1fe3c3ec
// 61a51908ef1d6e96a92e9e65e3c7166a39192f29
/*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
Expand All @@ -19,7 +19,7 @@
under the License.
*/
;(function() {
var PLATFORM_VERSION_BUILD_LABEL = '4.5.4';
var PLATFORM_VERSION_BUILD_LABEL = '4.5.5-dev';
// file: src/scripts/require.js

/* jshint -W079 */
Expand Down Expand Up @@ -836,7 +836,7 @@ module.exports = channel;

});

// file: /Users/spindori/Documents/Cordova/cordova-ios/cordova-js-src/exec.js
// file: /Users/brodybits/Documents/cordova/cordova-ios/cordova-js-src/exec.js
define("cordova/exec", function(require, exports, module) {

/*global require, module, atob, document */
Expand Down Expand Up @@ -1559,7 +1559,7 @@ exports.reset();

});

// file: /Users/spindori/Documents/Cordova/cordova-ios/cordova-js-src/platform.js
// file: /Users/brodybits/Documents/cordova/cordova-ios/cordova-js-src/platform.js
define("cordova/platform", function(require, exports, module) {

module.exports = {
Expand All @@ -1575,7 +1575,7 @@ module.exports = {

});

// file: /Users/spindori/Documents/Cordova/cordova-ios/cordova-js-src/plugin/ios/console.js
// file: /Users/brodybits/Documents/cordova/cordova-ios/cordova-js-src/plugin/ios/console.js
define("cordova/plugin/ios/console", function(require, exports, module) {

//------------------------------------------------------------------------------
Expand Down Expand Up @@ -1746,7 +1746,7 @@ for (var key in console) {

});

// file: /Users/spindori/Documents/Cordova/cordova-ios/cordova-js-src/plugin/ios/logger.js
// file: /Users/brodybits/Documents/cordova/cordova-ios/cordova-js-src/plugin/ios/logger.js
define("cordova/plugin/ios/logger", function(require, exports, module) {

//------------------------------------------------------------------------------
Expand Down

0 comments on commit d475103

Please sign in to comment.