ESlint no-undef, remove global comments

This commit is contained in:
Peter Jaszkowiak
2017-02-17 21:55:19 -07:00
parent 2ba46808a1
commit b09b3aef7f
142 changed files with 257 additions and 139 deletions

View File

@@ -1,6 +1,6 @@
;(function (exports) {
"use strict";
/* globals define, utils, config */
// export the class if we are in a Node-like system.
if (typeof module === 'object' && module.exports === exports) {
@@ -285,5 +285,5 @@
}(
typeof exports === 'object' ? exports :
typeof define === 'function' && define.amd ? {} :
helpers = {}
window.helpers = {}
));