11/**
2- * @license r.js 2.3.4+ Mon, 31 Jul 2017 04:32:12 GMT Copyright jQuery Foundation and other contributors.
2+ * @license r.js 2.3.5 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.4+ Mon, 31 Jul 2017 04:32:12 GMT ',
22+ version = '2.3.5 ',
2323 jsSuffixRegExp = /\.js$/,
2424 commandOption = '',
2525 useLibLoaded = {},
@@ -248,7 +248,7 @@ var requirejs, require, define, xpcUtil;
248248 }
249249
250250 /** vim: et:ts=4:sw=4:sts=4
251- * @license RequireJS 2.3.4 Copyright jQuery Foundation and other contributors.
251+ * @license RequireJS 2.3.5 Copyright jQuery Foundation and other contributors.
252252 * Released under MIT license, https://github.com/requirejs/requirejs/blob/master/LICENSE
253253 */
254254//Not using strict: uneven strict support in browsers, #392, and causes
@@ -260,7 +260,7 @@ var requirejs, require, define, xpcUtil;
260260(function (global, setTimeout) {
261261 var req, s, head, baseElement, dataMain, src,
262262 interactiveScript, currentlyAddingScript, mainScript, subPath,
263- version = '2.3.4 ',
263+ version = '2.3.5 ',
264264 commentRegExp = /\/\*[\s\S]*?\*\/|([^:"'=]|^)\/\/.*$/mg,
265265 cjsRequireRegExp = /[^.]\s*require\s*\(\s*["']([^'"\s]+)["']\s*\)/g,
266266 jsSuffixRegExp = /\.js$/,
0 commit comments