This is an automated email from the ASF dual-hosted git repository. steven pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cordova-browser.git
commit f5df89f99302263fb149c6cec3f5168c0e3c4192 Author: Steve Gill <[email protected]> AuthorDate: Thu Aug 24 22:36:08 2017 -0700 Update JS snapshot to version 5.1.0-dev (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 5e22bea..8ef5cbe 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]
