Merge d3655cd07f into 1e9f98aa51
This commit is contained in:
commit
c3dbdcea76
|
|
@ -174,7 +174,7 @@ function is_identifier_string(str){
|
||||||
if (!is_identifier_char(str.charAt(i)))
|
if (!is_identifier_char(str.charAt(i)))
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return str.length > 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
function parse_js_number(num) {
|
function parse_js_number(num) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user