diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-08-23 12:43:53 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-23 12:43:53 -0400 |
commit | 934355dd09aa8b7e8993759b678af063b56b9fc6 (patch) | |
tree | cf08d4559a455686dd86c52a543ab6868b6c5df9 /.eslintrc.json | |
parent | 1ab853a4d5bb0fdfe329282be2ae213ec1563252 (diff) |
Add promiseAnimationFrame function (#752)
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 663e9003..558fd928 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -108,6 +108,7 @@ "deferPromise": "readonly", "clone": "readonly", "generateId": "readonly", + "promiseAnimationFrame": "readonly", "DynamicProperty": "readonly", "EventDispatcher": "readonly", "EventListenerCollection": "readonly" |