diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-10 22:30:36 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-10 22:40:35 -0400 |
commit | 64fc0349a17c16355491fac4fc6830b7e68a0e58 (patch) | |
tree | 4e4276f08d14fe7a37e21f3df662164d2a382736 /ext/fg/js/document.js | |
parent | 5837d273f6a84dba9d64d67d14c580dcf1dd6992 (diff) |
Update global declarations
Diffstat (limited to 'ext/fg/js/document.js')
-rw-r--r-- | ext/fg/js/document.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/fg/js/document.js b/ext/fg/js/document.js index 35861475..490f61bb 100644 --- a/ext/fg/js/document.js +++ b/ext/fg/js/document.js @@ -16,7 +16,11 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -/*global TextSourceElement, TextSourceRange, DOM*/ +/* global + * DOM + * TextSourceElement + * TextSourceRange + */ const REGEX_TRANSPARENT_COLOR = /rgba\s*\([^)]*,\s*0(?:\.0+)?\s*\)/; |