Skip to content

Commit dc8c509

Browse files
committed
snapshot update
1 parent 0a977a4 commit dc8c509

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/r.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license r.js 2.0.2+ Tue, 26 Jun 2012 23:04:40 GMT Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
2+
* @license r.js 2.0.2+ Wed, 27 Jun 2012 23:49:25 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+ Tue, 26 Jun 2012 23:04:40 GMT',
23+
version = '2.0.2+ Wed, 27 Jun 2012 23:49:25 GMT',
2424
jsSuffixRegExp = /\.js$/,
2525
commandOption = '',
2626
useLibLoaded = {},
@@ -118,7 +118,7 @@ var requirejs, require, define;
118118

119119
var version = '2.0.2+',
120120
commentRegExp = /(\/\*([\s\S]*?)\*\/|([^:]|^)\/\/(.*)$)/mg,
121-
cjsRequireRegExp = /require\s*\(\s*["']([^'"\s]+)["']\s*\)/g,
121+
cjsRequireRegExp = /[^.]\s*require\s*\(\s*["']([^'"\s]+)["']\s*\)/g,
122122
jsSuffixRegExp = /\.js$/,
123123
currDirRegExp = /^\.\//,
124124
ostring = Object.prototype.toString,

require.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var requirejs, require, define;
1212

1313
var version = '2.0.2+',
1414
commentRegExp = /(\/\*([\s\S]*?)\*\/|([^:]|^)\/\/(.*)$)/mg,
15-
cjsRequireRegExp = /require\s*\(\s*["']([^'"\s]+)["']\s*\)/g,
15+
cjsRequireRegExp = /[^.]\s*require\s*\(\s*["']([^'"\s]+)["']\s*\)/g,
1616
jsSuffixRegExp = /\.js$/,
1717
currDirRegExp = /^\.\//,
1818
ostring = Object.prototype.toString,

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