diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2022-08-20 12:53:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-20 12:53:22 -0400 |
commit | d3807d88ecf40b2c37ed31d823af038a091ffca0 (patch) | |
tree | cc79293c901c3274beecce0e9f5e9f35efcb9ec8 /.eslintrc.json | |
parent | cd0a6b60e2f910e497a5b72bee1a27a0d1c575d2 (diff) |
ArrayBufferUtil (#2215)
* Rename StringUtil to ArrayBufferUtil
* Update docs
* Rename file string-util.js to array-buffer-util.js
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index dad145be..ec1e0375 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -232,7 +232,7 @@ "ext/js/data/json-schema.js", "ext/js/data/options-util.js", "ext/js/data/permissions-util.js", - "ext/js/data/sandbox/string-util.js", + "ext/js/data/sandbox/array-buffer-util.js", "ext/js/dom/simple-dom-parser.js", "ext/js/extension/environment.js", "ext/js/general/cache-map.js", |