Some code cleanup.

This commit is contained in:
Karishma Chadha 2017-11-13 16:55:57 -05:00
parent 3f444138db
commit 386045f033
3 changed files with 4 additions and 4 deletions
src/engine

View file

@ -9,7 +9,7 @@ class Variable {
/**
* @param {string} id Id of the variable.
* @param {string} name Name of the variable.
* @param {(string|number)} type Type of the variable, one of "" or "list"
* @param {string} type Type of the variable, one of '' or 'list'
* @param {boolean} isCloud Whether the variable is stored in the cloud.
* @constructor
*/