Update worker_world.coffee

This commit is contained in:
Popey Gilbert 2015-03-11 17:14:33 +00:00
parent 5b6f7582ec
commit 4fd5f4fac1

View file

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