1
1
/**
2
- * @license r.js 2.3.2+ Sun, 19 Feb 2017 00:43:50 GMT Copyright jQuery Foundation and other contributors.
2
+ * @license r.js 2.3.2+ Sun, 19 Feb 2017 04:01:40 GMT Copyright jQuery Foundation and other contributors.
3
3
* Released under MIT license, http://github.com/requirejs/r.js/LICENSE
4
4
*/
5
5
@@ -19,7 +19,7 @@ var requirejs, require, define, xpcUtil;
19
19
(function (console, args, readFileFunc) {
20
20
var fileName, env, fs, vm, path, exec, rhinoContext, dir, nodeRequire,
21
21
nodeDefine, exists, reqMain, loadedOptimizedLib, existsForNode, Cc, Ci,
22
- version = '2.3.2+ Sun, 19 Feb 2017 00:43:50 GMT',
22
+ version = '2.3.2+ Sun, 19 Feb 2017 04:01:40 GMT',
23
23
jsSuffixRegExp = /\.js$/,
24
24
commandOption = '',
25
25
useLibLoaded = {},
@@ -26117,7 +26117,8 @@ define('requirePatch', [ 'env!env/file', 'pragma', 'parse', 'lang', 'logger', 'c
26117
26117
lang.each(depMaps, lang.bind(this, function (depMap) {
26118
26118
if (typeof depMap === 'string') {
26119
26119
depMap = context.makeModuleMap(depMap,
26120
- (this.map.isDefine ? this.map : this.map.parentMap));
26120
+ (this.map.isDefine ? this.map : this.map.parentMap),
26121
+ false, true);
26121
26122
}
26122
26123
26123
26124
if (!context.fullExec[depMap.id]) {
0 commit comments