Skip to content

Commit 37d613f

Browse files
committed
snapshot update
1 parent d88b0ac commit 37d613f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

dist/r.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license r.js 2.3.5+ Mon, 27 Aug 2018 03:40:43 GMT Copyright jQuery Foundation and other contributors.
2+
* @license r.js 2.3.5+ Mon, 27 Aug 2018 04:57:09 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.5+ Mon, 27 Aug 2018 03:40:43 GMT',
22+
version = '2.3.5+ Mon, 27 Aug 2018 04:57:09 GMT',
2323
jsSuffixRegExp = /\.js$/,
2424
commandOption = '',
2525
useLibLoaded = {},
@@ -30021,7 +30021,11 @@ define('build', function (require) {
3002130021
singleContents = config.onBuildWrite(moduleName, path, singleContents);
3002230022
}
3002330023
};
30024-
builder.write(parts.prefix, parts.name, writeApi);
30024+
30025+
builder.write(parts.prefix, parts.name, writeApi, {
30026+
name: module.onCompleteData.name,
30027+
path: module.onCompleteData.path
30028+
});
3002530029
}
3002630030
return;
3002730031
} else {

0 commit comments

Comments
 (0)