Skip to content

Commit 81d057b

Browse files
committed
snapshot
1 parent a870c4b commit 81d057b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

dist/r.js

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license r.js 2.0.2 Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
2+
* @license r.js 2.0.2+ Fri, 15 Jun 2012 19:14:31 GMT 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.2',
23+
version = '2.0.2+ Fri, 15 Jun 2012 19:14:31 GMT',
2424
jsSuffixRegExp = /\.js$/,
2525
commandOption = '',
2626
useLibLoaded = {},
@@ -14768,10 +14768,6 @@ function (lang, logger, file, parse, optimize, pragma,
1476814768
buildFileConfig = eval("(" + buildFileContents + ")");
1476914769
build.makeAbsConfig(buildFileConfig, absFilePath);
1477014770

14771-
if (!buildFileConfig.out && !buildFileConfig.dir) {
14772-
buildFileConfig.dir = (buildFileConfig.baseUrl || config.baseUrl) + "/build/";
14773-
}
14774-
1477514771
//Mix in the config now so that items in mainConfigFile can
1477614772
//be resolved relative to them if necessary, like if appDir
1477714773
//is set here, but the baseUrl is in mainConfigFile. Will

0 commit comments

Comments
 (0)