8000 2.3.2 · requirejs/requirejs-npm@78fd9a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 78fd9a5

Browse files
committed
2.3.2
1 parent 9fb79eb commit 78fd9a5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

requirejs/bin/r.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env node
22
/**
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.
44
* Released under MIT license, http://github.com/requirejs/r.js/LICENSE
55
*/
66

@@ -20,7 +20,7 @@ var requirejs, require, define, xpcUtil;
2020
(function (console, args, readFileFunc) {
2121
var fileName, env, fs, vm, path, exec, rhinoContext, dir, nodeRequire,
2222
nodeDefine, exists, reqMain, loadedOptimizedLib, existsForNode, Cc, Ci,
23-
version = '2.3.1',
23+
version = '2.3.2',
2424
jsSuffixRegExp = /\.js$/,
2525
commandOption = '',
2626
useLibLoaded = {},
@@ -249,7 +249,7 @@ var requirejs, require, define, xpcUtil;
249249
}
250250

251251
/** 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.
253253
* Released under MIT license, https://github.com/requirejs/requirejs/blob/master/LICENSE
254254
*/
255255
//Not using strict: uneven strict support in browsers, #392, and causes
@@ -261,7 +261,7 @@ var requirejs, require, define, xpcUtil;
261261
(function (global, setTimeout) {
262262
var req, s, head, baseElement, dataMain, src,
263263
interactiveScript, currentlyAddingScript, mainScript, subPath,
264-
version = '2.3.1',
264+
version = '2.3.2',
265265
commentRegExp = /\/\*[\s\S]*?\*\/|([^:"'=]|^)\/\/.*$/mg,
266266
cjsRequireRegExp = /[^.]\s*require\s*\(\s*["']([^'"\s]+)["']\s*\)/g,
267267
jsSuffixRegExp = /\.js$/,
@@ -2389,7 +2389,7 @@ var requirejs, require, define, xpcUtil;
23892389

23902390
//Set up with config info.
23912391
req(cfg);
2392-
}(this, setTimeout));
2392+
}(this, (typeof setTimeout === 'undefined' ? undefined : setTimeout)));
23932393

23942394

23952395

requirejs/require.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** vim: et:ts=4:sw=4:sts=4
2-
* @license RequireJS 2.3.1 Copyright jQuery Foundation and other contributors.
2+
* @license RequireJS 2.3.2 Copyright jQuery Foundation and other contributors.
33
* Released under MIT license, https://github.com/requirejs/requirejs/blob/master/LICENSE
44
*/
55
< 9782 span class=pl-c>//Not using strict: uneven strict support in browsers, #392, and causes
@@ -11,7 +11,7 @@ var requirejs, require, define;
1111
(function (global, setTimeout) {
1212
var req, s, head, baseElement, dataMain, src,
1313
interactiveScript, currentlyAddingScript, mainScript, subPath,
14-
version = '2.3.1',
14+
version = '2.3.2',
1515
commentRegExp = /\/\*[\s\S]*?\*\/|([^:"'=]|^)\/\/.*$/mg,
1616
cjsRequireRegExp = /[^.]\s*require\s*\(\s*["']([^'"\s]+)["']\s*\)/g,
1717
jsSuffixRegExp = /\.js$/,
@@ -2139,4 +2139,4 @@ var requirejs, require, define;
21392139

21402140
//Set up with config info.
21412141
req(cfg);
2142-
}(this, setTimeout));
2142+
}(this, (typeof setTimeout === 'undefined' ? undefined : setTimeout)));

0 commit comments

Comments
 (0)
0