ESlint no-useless-concat, no-mixed-spaces-and-tabs

This commit is contained in:
Peter Jaszkowiak
2017-02-18 14:42:15 -07:00
parent fdf4f873bf
commit c18808fdeb
23 changed files with 60 additions and 60 deletions

View File

@@ -269,7 +269,7 @@
exports = module.exports/* = SemVer*/;
} else if (typeof define === 'function' && define.amd) {
// Use the define() function if we're in AMD land
define('helpers', exports);
define('helpers', exports);
} else if (typeof window === 'object') {
window.helpers = exports;
}