Organize globals

This commit is contained in:
Daniel Gasienica 2018-04-25 15:28:56 -04:00
parent 19411a78c8
commit bf3a547a76
2 changed files with 16 additions and 12 deletions

View file

@ -1,13 +1,15 @@
/* global _: false */
/* global Backbone: false */
/* global dcodeIO: false */
/* global libphonenumber: false */
/* global ConversationController: false */
/* global libsignal: false */
/* global Signal: false */
/* global storage: false */
/* global textsecure: false */
/* global Whisper: false */
/* global Backbone: false */
/* global _: false */
/* global ConversationController: false */
/* global libphonenumber: false */
/* global wrapDeferred: false */
/* global dcodeIO: false */
/* global libsignal: false */
/* eslint-disable more/no-then */