mirror of
https://github.com/overte-org/overte.git
synced 2025-06-24 23:49:46 +02:00
Added use strict to the inworld JS's
This commit is contained in:
parent
49fc4df07a
commit
6b77f6023f
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
/* globals OverlayWindow */
|
/* globals OverlayWindow */
|
||||||
|
"use strict";
|
||||||
|
|
||||||
var ROOT = Script.resolvePath('').split("FloofChat.js")[0];
|
var ROOT = Script.resolvePath('').split("FloofChat.js")[0];
|
||||||
var H_KEY = 72;
|
var H_KEY = 72;
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
"use strict";
|
||||||
var notificationList = [];
|
var notificationList = [];
|
||||||
|
|
||||||
var sizeData = {30: {widthMul: 1.8, heightMul: 2.05, split: 35, size: 30}};
|
var sizeData = {30: {widthMul: 1.8, heightMul: 2.05, split: 35, size: 30}};
|
||||||
|
|
Loading…
Reference in a new issue