mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Enforcing JSHint's undef option
This commit is contained in:
parent
34728ee49b
commit
7586d777eb
3 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
|
||||
/*jshint globalstrict: false */
|
||||
/* globals SpecialPowers */
|
||||
|
||||
'use strict';
|
||||
|
||||
var TestReporter = function(browser, appPath) {
|
||||
'use strict';
|
||||
|
||||
function send(action, json, cb) {
|
||||
var r = new XMLHttpRequest();
|
||||
// (The POST URI is ignored atm.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue