Skip to content

Commit a75ecfb

Browse files
committed
snapshot
1 parent dcf2aeb commit a75ecfb

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

dist/r.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license r.js 2.1.1+ Mon, 19 Nov 2012 07:26:43 GMT Copyright (c) 2010-2012, The Dojo Foundation All Rights Reserved.
2+
* @license r.js 2.1.1+ Tue, 20 Nov 2012 01:24:24 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
*/
@@ -21,7 +21,7 @@ var requirejs, require, define;
2121

2222
var fileName, env, fs, vm, path, exec, rhinoContext, dir, nodeRequire,
2323
nodeDefine, exists, reqMain, loadedOptimizedLib, existsForNode,
24-
version = '2.1.1+ Mon, 19 Nov 2012 07:26:43 GMT',
24+
version = '2.1.1+ Tue, 20 Nov 2012 01:24:24 GMT',
2525
jsSuffixRegExp = /\.js$/,
2626
commandOption = '',
2727
useLibLoaded = {},
@@ -20674,7 +20674,8 @@ function (lang, logger, envOptimize, file, parse,
2067420674
var optimize,
2067520675
cssImportRegExp = /\@import\s+(url\()?\s*([^);]+)\s*(\))?([\w, ]*)(;)?/g,
2067620676
cssCommentImportRegExp = /\/\*[^\*]*@import[^\*]*\*\//g,
20677-
cssUrlRegExp = /\url\(\s*([^\)]+)\s*\)?/g;
20677+
cssUrlRegExp = /\url\(\s*([^\)]+)\s*\)?/g,
20678+
endSemicolonRegExp = /;\s*$/;
2067820679

2067920680
/**
2068020681
* If an URL from a CSS url value contains start/end quotes, remove them.
@@ -21020,6 +21021,9 @@ function (lang, logger, envOptimize, file, parse,
2102021021
if (config.max_line_length) {
2102121022
fileContents = processor.split_lines(fileContents, config.max_line_length);
2102221023
}
21024+
21025+
//Add trailing semicolon to match uglifyjs command line version
21026+
fileContents += ';';
2102321027
} catch (e) {
2102421028
errMessage = e.toString();
2102521029
errMatch = /\nError(\r)?\n/.exec(errMessage);

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