Update module docs

This commit is contained in:
Connor Christie 2018-01-01 10:40:52 -06:00
parent 7bb11d6436
commit e2df5739f0

View File

@ -78,7 +78,7 @@ var Module = Class.extend({
* This method can to be subclassed if the module wants to display info on the mirror. * This method can to be subclassed if the module wants to display info on the mirror.
* Alternatively, the getTemplete method could be subclassed. * Alternatively, the getTemplete method could be subclassed.
* *
* return domobject - The dom to display. * return DomObject | Promise - The dom or a promise with the dom to display.
*/ */
getDom: function () { getDom: function () {
return new Promise((resolve) => { return new Promise((resolve) => {