mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-31 07:12:49 -04:00
Merge pull request #2506 from popey456963/master
Update worker_world.coffee
This commit is contained in:
commit
2a2a187467
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…
Add table
Reference in a new issue