1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 08:08:07 +02:00

Remove globals that are now unnecessary thanks to the use of various ESLint environments (e.g. Node, ShellJS, Jasmine)

This commit is contained in:
Jonas Jenwald 2016-12-15 18:10:43 +01:00
parent 2f3805efbc
commit c850968fa7
34 changed files with 38 additions and 59 deletions

View file

@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* globals DEFAULT_PREFERENCES, chrome */
/* globals DEFAULT_PREFERENCES */
'use strict';

View file

@ -12,7 +12,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/*globals require, chrome */
/* globals chrome */
'use strict';