1
1
/**
2
- * @license r.js 2.3.5+ Mon, 27 Aug 2018 04:57:09 GMT Copyright jQuery Foundation and other contributors.
2
+ * @license r.js 2.3.6 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.5+ Mon, 27 Aug 2018 04:57:09 GMT ',
22
+ version = '2.3.6 ',
23
23
jsSuffixRegExp = /\.js$/,
24
24
commandOption = '',
25
25
useLibLoaded = {},
@@ -248,7 +248,7 @@ var requirejs, require, define, xpcUtil;
248
248
}
249
249
250
250
/** vim: et:ts=4:sw=4:sts=4
251
- * @license RequireJS 2.3.5 Copyright jQuery Foundation and other contributors.
251
+ * @license RequireJS 2.3.6 Copyright jQuery Foundation and other contributors.
252
252
* Released under MIT license, https://github.com/requirejs/requirejs/blob/master/LICENSE
253
253
*/
254
254
//Not using strict: uneven strict support in browsers, #392, and causes
@@ -260,7 +260,7 @@ var requirejs, require, define, xpcUtil;
260
260
(function (global, setTimeout) {
261
261
var req, s, head, baseElement, dataMain, src,
262
262
interactiveScript, currentlyAddingScript, mainScript, subPath,
263
- version = '2.3.5 ',
263
+ version = '2.3.6 ',
264
264
commentRegExp = /\/\*[\s\S]*?\*\/|([^:"'=]|^)\/\/.*$/mg,
265
265
cjsRequireRegExp = /[^.]\s*require\s*\(\s*["']([^'"\s]+)["']\s*\)/g,
266
266
jsSuffixRegExp = /\.js$/,
@@ -414,7 +414,7 @@ var requirejs, require, define, xpcUtil;
414
414
* @returns {Error}
415
415
*/
416
416
function makeError(id, msg, err, requireModules) {
417
- var e = new Error(msg + '\nhttp ://requirejs.org/docs/errors.html#' + id);
417
+ var e = new Error(msg + '\nhttps ://requirejs.org/docs/errors.html#' + id);
418
418
e.requireType = id;
419
419
e.requireModules = requireModules;
420
420
if (err) {
@@ -28906,7 +28906,8 @@ define('build', function (require) {
28906
28906
uglify2: true,
28907
28907
closure: true,
28908
28908
map: true,
28909
- throwWhen: true
28909
+ throwWhen: true,
28910
+ rawText: true
28910
28911
};
28911
28912
28912
28913
build.hasDotPropMatch = function (prop) {
0 commit comments