diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-06-28 12:38:34 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-28 12:38:34 -0400 |
commit | cdf191336aa616a206b977ba3beeb1233cf41c32 (patch) | |
tree | 07df9e5eec80dd4379c7ed97854a2bd9ef5149eb /.eslintrc.json | |
parent | 5bf805755a33f6f10fd9621f8a2bff7ba1cb7440 (diff) |
Clone function (#624)
* Add clone function
* Replace utilIsolate with clone
* Replace JsonSchema.isolate with clone function
* Include core.js for tests which use json-schema.js
* Update visisted set
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index b8b7bee8..b7ed0164 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -99,6 +99,7 @@ "getSetDifference": "readonly", "escapeRegExp": "readonly", "deferPromise": "readonly", + "clone": "readonly", "EventDispatcher": "readonly", "EventListenerCollection": "readonly", "EXTENSION_IS_BROWSER_EDGE": "readonly" |