Added use strict to the inworld JS's

This commit is contained in:
Fluffy Jenkins 2020-01-11 20:41:23 +00:00
parent 49fc4df07a
commit 6b77f6023f
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
/* globals OverlayWindow */
"use strict";
var ROOT = Script.resolvePath('').split("FloofChat.js")[0];
var H_KEY = 72;

View file

@ -1,3 +1,4 @@
"use strict";
var notificationList = [];
var sizeData = {30: {widthMul: 1.8, heightMul: 2.05, split: 35, size: 30}};