mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-27 09:35:39 -05:00
Update worker_world.coffee
This commit is contained in:
parent
5b6f7582ec
commit
4fd5f4fac1
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue