mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 10:46:45 +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 */
|
||||
"use strict";
|
||||
|
||||
var ROOT = Script.resolvePath('').split("FloofChat.js")[0];
|
||||
var H_KEY = 72;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
"use strict";
|
||||
var notificationList = [];
|
||||
|
||||
var sizeData = {30: {widthMul: 1.8, heightMul: 2.05, split: 35, size: 30}};
|
||||
|
|
Loading…
Reference in a new issue