mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 12:17:31 +02:00
fan utils
This commit is contained in:
parent
91499b6fd9
commit
a1e63280e0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
(function() {
|
||||
var SEARCH_RADIUS = 100;
|
||||
var _this;
|
||||
var utilitiesScript = Script.resolvePath('../../../../libraries/utils.js');
|
||||
var utilitiesScript = Script.resolvePath('../utils.js');
|
||||
Script.include(utilitiesScript);
|
||||
Switch = function() {
|
||||
_this = this;
|
||||
|
|
Loading…
Reference in a new issue