1
1
#!/usr/bin/env node
2
2
/**
3
- * @license r.js 2.3.1 Copyright jQuery Foundation and other contributors.
3
+ * @license r.js 2.3.2 Copyright jQuery Foundation and other contributors.
4
4
* Released under MIT license, http://github.com/requirejs/r.js/LICENSE
5
5
*/
6
6
@@ -20,7 +20,7 @@ var requirejs, require, define, xpcUtil;
20
20
(function (console, args, readFileFunc) {
21
21
var fileName, env, fs, vm, path, exec, rhinoContext, dir, nodeRequire,
22
22
nodeDefine, exists, reqMain, loadedOptimizedLib, existsForNode, Cc, Ci,
23
- version = '2.3.1 ',
23
+ version = '2.3.2 ',
24
24
jsSuffixRegExp = /\.js$/,
25
25
commandOption = '',
26
26
useLibLoaded = {},
@@ -249,7 +249,7 @@ var requirejs, require, define, xpcUtil;
249
249
}
250
250
251
251
/** vim: et:ts=4:sw=4:sts=4
252
- * @license RequireJS 2.3.1 Copyright jQuery Foundation and other contributors.
252
+ * @license RequireJS 2.3.2 Copyright jQuery Foundation and other contributors.
253
253
* Released under MIT license, https://github.com/requirejs/requirejs/blob/master/LICENSE
254
254
*/
255
255
//Not using strict: uneven strict support in browsers, #392, and causes
@@ -261,7 +261,7 @@ var requirejs, require, define, xpcUtil;
261
261
(function (global, setTimeout) {
262
262
var req, s, head, baseElement, dataMain, src,
263
263
interactiveScript, currentlyAddingScript, mainScript, subPath,
264
- version = '2.3.1 ',
264
+ version = '2.3.2 ',
265
265
commentRegExp = /\/\*[\s\S]*?\*\/|([^:"'=]|^)\/\/.*$/mg,
266
266
cjsRequireRegExp = /[^.]\s*require\s*\(\s*["']([^'"\s]+)["']\s*\)/g,
267
267
jsSuffixRegExp = /\.js$/,
@@ -2389,7 +2389,7 @@ var requirejs, require, define, xpcUtil;
2389
2389
2390
2390
//Set up with config info.
2391
2391
req(cfg);
2392
- }(this, setTimeout));
2392
+ }(this, (typeof setTimeout === 'undefined' ? undefined : setTimeout) ));
2393
2393
2394
2394
2395
2395
0 commit comments