mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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