Merge 61b57e0b76 into 94205c3a37
This commit is contained in:
commit
3a37e20d2c
|
|
@ -470,7 +470,7 @@ function normalize(o) {
|
|||
|
||||
function getOptions(x, constants) {
|
||||
x = ARGS[x];
|
||||
if (x == null) return null;
|
||||
if (!x) return null;
|
||||
var ret = {};
|
||||
if (x !== "") {
|
||||
var ast;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user