mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Added handling of pragmasOnSave from command line
This commit is contained in:
parent
ab72921d19
commit
86cd1e4932
1 changed files with 1 additions and 1 deletions
2
external/r.js
vendored
2
external/r.js
vendored
|
|
@ -8448,7 +8448,7 @@ function (lang, logger, file, parse, optimize, pragma,
|
|||
value = value.split(",");
|
||||
}
|
||||
|
||||
if (prop.indexOf("paths.") === 0 || prop.indexOf("wrap.") === 0 || prop.indexOf("pragmas.") === 0 ) {
|
||||
if (prop.indexOf("paths.") === 0 || prop.indexOf("wrap.") === 0 || prop.indexOf("pragmas.") === 0 || prop.indexOf("pragmasOnSave.") === 0) {
|
||||
stringDotToObj(result, prop.split('.')[0], prop, value);
|
||||
} else {
|
||||
result[prop] = value;
|
||||
|
|
|
|||
Loading…
Reference in a new issue