Skip to content

Commit 4744d94

Browse files
committed
snapshot
1 parent b220d2c commit 4744d94

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

dist/r.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license r.js 2.3.2+ Sat, 29 Oct 2016 21:28:02 GMT Copyright jQuery Foundation and other contributors.
2+
* @license r.js 2.3.2+ Fri, 25 Nov 2016 04:34: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+ Sat, 29 Oct 2016 21:28:02 GMT',
22+
version = '2.3.2+ Fri, 25 Nov 2016 04:34:40 GMT',
2323
jsSuffixRegExp = /\.js$/,
2424
commandOption = '',
2525
useLibLoaded = {},
@@ -27023,8 +27023,7 @@ define('build', function (require) {
2702327023
var out = new java.io.PrintStream(java.lang.System.out, true, 'UTF-8');
2702427024
out.println(content);
2702527025
} else if (e === 'node') {
27026-
process.stdout.setEncoding('utf8');
27027-
process.stdout.write(content);
27026+
process.stdout.write(content, 'utf8');
2702827027
} else {
2702927028
console.log(content);
2703027029
}

0 commit comments

Comments
 (0)