mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Issue #2008 - Fix lint errors for external/crlfchecker/
This commit is contained in:
parent
10cdb48f36
commit
c226147d09
2 changed files with 5 additions and 1 deletions
4
external/crlfchecker/crlfchecker.js
vendored
4
external/crlfchecker/crlfchecker.js
vendored
|
@ -1,5 +1,9 @@
|
|||
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
|
||||
/* jshint node:true */
|
||||
/* globals cat, echo, exit, ls */
|
||||
|
||||
'use strict';
|
||||
|
||||
function checkIfCrlfIsPresent(files) {
|
||||
var failed = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue