Skip to content

Commit 76c64f7

Browse files
committed
Rev for 2.0.4
1 parent 8fd189c commit 76c64f7

File tree

3 files changed

+12
-14
lines changed

3 files changed

+12
-14
lines changed

build/jslib/x.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license r.js 2.0.3 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
2+
* @license r.js 2.0.4 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
33
* Available via the MIT or new BSD license.
44
* see: http://github.com/jrburke/requirejs for details
55
*/
@@ -20,7 +20,7 @@ var requirejs, require, define;
2020

2121
var fileName, env, fs, vm, path, exec, rhinoContext, dir, nodeRequire,
2222
nodeDefine, exists, reqMain, loadedOptimizedLib, existsForNode,
23-
version = '2.0.3',
23+
version = '2.0.4',
2424
jsSuffixRegExp = /\.js$/,
2525
commandOption = '',
2626
useLibLoaded = {},

dist/r.js

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license r.js 2.0.3 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
2+
* @license r.js 2.0.4 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
33
* Available via the MIT or new BSD license.
44
* see: http://github.com/jrburke/requirejs for details
55
*/
@@ -20,7 +20,7 @@ var requirejs, require, define;
2020

2121
var fileName, env, fs, vm, path, exec, rhinoContext, dir, nodeRequire,
2222
nodeDefine, exists, reqMain, loadedOptimizedLib, existsForNode,
23-
version = '2.0.3',
23+
version = '2.0.4',
2424
jsSuffixRegExp = /\.js$/,
2525
commandOption = '',
2626
useLibLoaded = {},
@@ -105,7 +105,7 @@ var requirejs, require, define;
105105
}
106106

107107
/** vim: et:ts=4:sw=4:sts=4
108-
* @license RequireJS 2.0.3 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
108+
* @license RequireJS 2.0.4 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
109109
* Available via the MIT or new BSD license.
110110
* see: http://github.com/jrburke/requirejs for details
111111
*/
@@ -116,7 +116,7 @@ var requirejs, require, define;
116116
(function (global) {
117117
'use strict';
118118

119-
var version = '2.0.3',
119+
var version = '2.0.4',
120120
commentRegExp = /(\/\*([\s\S]*?)\*\/|([^:]|^)\/\/(.*)$)/mg,
121121
cjsRequireRegExp = /[^.]\s*require\s*\(\s*["']([^'"\s]+)["']\s*\)/g,
122122
jsSuffixRegExp = /\.js$/,
@@ -3191,14 +3191,12 @@ if(env === 'node') {
31913191
* see: http://github.com/jrburke/requirejs for details
31923192
*/
31933193

3194-
/*jslint */
3195-
/*global define, process */
3194+
/*jslint strict: false */
3195+
/*global define: false, console: false */
31963196

3197-
define('node/print', ['fs'], function (fs) {
3198-
'use strict';
3197+
define('node/print', function () {
31993198
function print(msg) {
3200-
fs.writeSync(process.stdout.fd, msg + '\n');
3201-
fs.fsyncSync(process.stdout.fd);
3199+
console.log(msg);
32023200
}
32033201

32043202
return print;

require.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/** vim: et:ts=4:sw=4:sts=4
2-
* @license RequireJS 2.0.3 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
2+
* @license RequireJS 2.0.4 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
33
* Available via the MIT or new BSD license.
44
* see: http://github.com/jrburke/requirejs for details
55
*/
@@ -10,7 +10,7 @@ var requirejs, require, define;
1010
(function (global) {
1111
'use strict';
1212

13-
var version = '2.0.3',
13+
var version = '2.0.4',
1414
commentRegExp = /(\/\*([\s\S]*?)\*\/|([^:]|^)\/\/(.*)$)/mg,
1515
cjsRequireRegExp = /[^.]\s*require\s*\(\s*["']([^'"\s]+)["']\s*\)/g,
1616
jsSuffixRegExp = /\.js$/,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy