This is an automated email from the ASF dual-hosted git repository. steven pushed a commit to branch 5.0.x in repository https://gitbox.apache.org/repos/asf/cordova-browser.git
commit 7b47c78173be06dd54948ffd30141abd5f2d1650 Author: Steve Gill <[email protected]> AuthorDate: Thu Aug 24 22:36:06 2017 -0700 Update JS snapshot to version 5.0.0 (via coho) --- cordova-lib/cordova.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cordova-lib/cordova.js b/cordova-lib/cordova.js index 224bfba..872d6ec 100644 --- a/cordova-lib/cordova.js +++ b/cordova-lib/cordova.js @@ -1,5 +1,5 @@ // Platform: browser -// 5a1bffcf410d1696d5701b3eaa9bca9b0859480d +// f623343b9ff11fbe7c72d319932cc1fd3fdafed2 /* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file @@ -34,7 +34,7 @@ var require, requireStack = [], // Map of module ID -> index into requireStack of modules currently being built. inProgressModules = {}, - SEPARATOR = "/"; + SEPARATOR = "."; -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
