mirror of https://gitee.com/bigwinds/arangodb
fixed jshint and shallowCopy
This commit is contained in:
parent
5e027818c5
commit
72ff21f526
|
@ -1881,6 +1881,9 @@ var JSHINT = (function() {
|
|||
if (membersOnly && typeof membersOnly[m] !== "boolean") {
|
||||
warning("W036", state.tokens.curr, m);
|
||||
}
|
||||
if (m === "_shallowCopy" || m === "propertyKeys") {
|
||||
return;
|
||||
}
|
||||
if (typeof member[m] === "number") {
|
||||
member[m] += 1;
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue