Split `global`s into third-party and own

This commit is contained in:
Daniel Gasienica 2018-05-02 16:42:15 -04:00
parent 9633a3fef2
commit b510916ef5
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
/* global Whisper: false */
/* global Backbone: false */
/* global _: false */
/* global Backbone: false */
/* global Whisper: false */
// eslint-disable-next-line func-names
(function() {