1
1
/**
2
- * @license r.js 2.3.4 Fri, 21 Jul 2017 05:43:59 GMT Copyright jQuery Foundation and other contributors.
2
+ * @license r.js 2.3.4+ Sun, 30 Jul 2017 21:55:10 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.4 Fri, 21 Jul 2017 05:43:59 GMT',
22
+ version = '2.3.4+ Sun, 30 Jul 2017 21:55:10 GMT',
23
23
jsSuffixRegExp = /\.js$/,
24
24
commandOption = '',
25
25
useLibLoaded = {},
@@ -25991,7 +25991,6 @@ function (lang, logger, envOptimize, file, parse,
25991
25991
var result, existingMap, resultMap, finalMap, sourceIndex,
25992
25992
uconfig = {},
25993
25993
existingMapPath = outFileName + '.map',
25994
- preamble = config.preamble || "",
25995
25994
baseName = fileName && fileName.split('/').pop();
25996
25995
25997
25996
config = config || {};
@@ -26041,7 +26040,7 @@ function (lang, logger, envOptimize, file, parse,
26041
26040
} catch (e) {
26042
26041
throw new Error('Cannot uglify file: ' + fileName + '. Skipping it. Error is:\n' + e.toString());
26043
26042
}
26044
- return preamble + fileContents;
26043
+ return fileContents;
26045
26044
}
26046
26045
}
26047
26046
};
0 commit comments