Update JS snapshot to version 3.5.1 (via coho)

This commit is contained in:
Ian Clelland 2014-07-22 14:15:10 -04:00 committed by Marcel Kinard
parent 07f8100058
commit f99a589569

View File

@ -1,5 +1,5 @@
// Platform: android // Platform: android
// 3.5.0 // 3.5.1
/* /*
Licensed to the Apache Software Foundation (ASF) under one Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file or more contributor license agreements. See the NOTICE file
@ -19,7 +19,7 @@
under the License. under the License.
*/ */
;(function() { ;(function() {
var CORDOVA_JS_BUILD_LABEL = '3.5.0'; var CORDOVA_JS_BUILD_LABEL = '3.5.1';
// file: src/scripts/require.js // file: src/scripts/require.js
/*jshint -W079 */ /*jshint -W079 */