fan utils

This commit is contained in:
James B. Pollack 2016-03-24 12:53:06 -07:00
parent 91499b6fd9
commit a1e63280e0

View file

@ -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;