diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-08-22 17:50:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-22 17:50:56 -0400 |
commit | a96e1c20a7239254690822dac249c03a789ebd47 (patch) | |
tree | bed37bc1194c9cb580f608c520496f9a13fb908e /.eslintrc.json | |
parent | f0c974d319d9fb4c50c9a4a8f665a642edb77d58 (diff) |
Dynamic property (#749)
* Add DynamicProperty class
* Add tests for DynamicProperty
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 2ff44ead..663e9003 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -108,6 +108,7 @@ "deferPromise": "readonly", "clone": "readonly", "generateId": "readonly", + "DynamicProperty": "readonly", "EventDispatcher": "readonly", "EventListenerCollection": "readonly" } |