Merge pull request from kchadha/cloud-var-create

Create cloud variables
This commit is contained in:
Karishma Chadha 2018-11-14 21:39:29 -05:00 committed by GitHub
commit 0c9da5d963
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 176 additions and 12 deletions
src/engine

View file

@ -322,7 +322,7 @@ class Runtime extends EventEmitter {
/** @type {Object.<string, Object>} */
this.ioDevices = {
clock: new Clock(),
cloud: new Cloud(),
cloud: new Cloud(this),
deviceManager: new DeviceManager(),
keyboard: new Keyboard(this),
mouse: new Mouse(this),