From 4fd5f4fac160ef3ae5dfc2af8b240ae093782261 Mon Sep 17 00:00:00 2001 From: Popey Gilbert Date: Wed, 11 Mar 2015 17:14:33 +0000 Subject: [PATCH] Update worker_world.coffee --- headless_client/worker_world.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/headless_client/worker_world.coffee b/headless_client/worker_world.coffee index f32928f28..648ab0c8c 100644 --- a/headless_client/worker_world.coffee +++ b/headless_client/worker_world.coffee @@ -2,7 +2,7 @@ # This function needs to run inside an environment that has a 'self'. # This specific worker is targeted towards the node.js headless_client environment. -JASON = require 'jason' +JASON = require 'JASON' fs = require 'fs' GLOBAL.Aether = Aether = require 'aether' GLOBAL._ = _ = require 'lodash'