Skip to content

Commit 4ba1dbc

Browse files
committed
snapshot
1 parent 407215c commit 4ba1dbc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dist/r.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
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.
33
* Released under MIT license, http://github.com/requirejs/r.js/LICENSE
44
*/
55

@@ -19,7 +19,7 @@ var requirejs, require, define, xpcUtil;
1919
(function (console, args, readFileFunc) {
2020
var fileName, env, fs, vm, path, exec, rhinoContext, dir, nodeRequire,
2121
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',
2323
jsSuffixRegExp = /\.js$/,
2424
commandOption = '',
2525
useLibLoaded = {},
@@ -26117,7 +26117,8 @@ define('requirePatch', [ 'env!env/file', 'pragma', 'parse', 'lang', 'logger', 'c
2611726117
lang.each(depMaps, lang.bind(this, function (depMap) {
2611826118
if (typeof depMap === 'string') {
2611926119
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);
2612126122
}
2612226123

2612326124
if (!context.fullExec[depMap.id]) {

0 commit comments

Comments
 (0)