Update JS snapshot to version 3.2.0 (via coho)

This commit is contained in:
Joe Bowser 2013-11-18 13:18:48 -08:00
parent 1febd02592
commit dd4e2a6a62

View File

@ -1,5 +1,5 @@
// Platform: android // Platform: android
// 3.2.0-rc1 // 3.2.0
/* /*
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.2.0-rc1'; var CORDOVA_JS_BUILD_LABEL = '3.2.0';
// file: lib/scripts/require.js // file: lib/scripts/require.js
/*jshint -W079 */ /*jshint -W079 */