summaryrefslogtreecommitdiff
path: root/ext/mixed/js/display-generator.js
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-03-10 22:30:36 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-03-10 22:40:35 -0400
commit64fc0349a17c16355491fac4fc6830b7e68a0e58 (patch)
tree4e4276f08d14fe7a37e21f3df662164d2a382736 /ext/mixed/js/display-generator.js
parent5837d273f6a84dba9d64d67d14c580dcf1dd6992 (diff)
Update global declarations
Diffstat (limited to 'ext/mixed/js/display-generator.js')
-rw-r--r--ext/mixed/js/display-generator.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/mixed/js/display-generator.js b/ext/mixed/js/display-generator.js
index 470e2a15..49afc44b 100644
--- a/ext/mixed/js/display-generator.js
+++ b/ext/mixed/js/display-generator.js
@@ -16,7 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-/*global apiGetDisplayTemplatesHtml, TemplateHandler*/
+/* global
+ * TemplateHandler
+ * apiGetDisplayTemplatesHtml
+ */
class DisplayGenerator {
constructor() {