mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 15:38:00 +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() {
|
(function() {
|
||||||
var SEARCH_RADIUS = 100;
|
var SEARCH_RADIUS = 100;
|
||||||
var _this;
|
var _this;
|
||||||
var utilitiesScript = Script.resolvePath('../../../../libraries/utils.js');
|
var utilitiesScript = Script.resolvePath('../utils.js');
|
||||||
Script.include(utilitiesScript);
|
Script.include(utilitiesScript);
|
||||||
Switch = function() {
|
Switch = function() {
|
||||||
_this = this;
|
_this = this;
|
||||||
|
|
Loading…
Reference in a new issue