Remove globals
that are now unnecessary thanks to the use of various ESLint environments (e.g. Node, ShellJS, Jasmine)
This commit is contained in:
parent
2f3805efbc
commit
c850968fa7
34 changed files with 38 additions and 59 deletions
|
@ -34,7 +34,7 @@
|
|||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
/*globals jasmineRequire, jasmine, TestReporter */
|
||||
/* globals jasmineRequire, TestReporter */
|
||||
|
||||
// Modified jasmine's boot.js file to load PDF.js libraries async.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue