From e2df5739f0d82b25de2372f6fe67f595b54d060e Mon Sep 17 00:00:00 2001 From: Connor Christie Date: Mon, 1 Jan 2018 10:40:52 -0600 Subject: [PATCH] Update module docs --- js/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/module.js b/js/module.js index dbcfe91f..71a14827 100644 --- a/js/module.js +++ b/js/module.js @@ -78,7 +78,7 @@ var Module = Class.extend({ * This method can to be subclassed if the module wants to display info on the mirror. * 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 () { return new Promise((resolve) => {