Browse Source

Fix errors reported by the `no-multiple-empty-lines` ESLint rule

http://eslint.org/docs/rules/no-multiple-empty-lines
Jonas Jenwald 9 years ago
parent
commit
aae27e76bb
  1. 1
      extensions/firefox/content/PdfjsChromeUtils.jsm
  2. 1
      external/crlfchecker/crlfchecker.js
  3. 1
      test/unit/jasmine-boot.js
  4. 1
      test/unit/ui_utils_spec.js

1
extensions/firefox/content/PdfjsChromeUtils.jsm

@ -338,4 +338,3 @@ var PdfjsChromeUtils = { @@ -338,4 +338,3 @@ var PdfjsChromeUtils = {
});
}
};

1
external/crlfchecker/crlfchecker.js vendored

@ -24,4 +24,3 @@ function checkIfCrlfIsPresent(files) { @@ -24,4 +24,3 @@ function checkIfCrlfIsPresent(files) {
}
exports.checkIfCrlfIsPresent = checkIfCrlfIsPresent;

1
test/unit/jasmine-boot.js

@ -203,4 +203,3 @@ function initializePDFJS(callback) { @@ -203,4 +203,3 @@ function initializePDFJS(callback) {
return destination;
}
}());

1
test/unit/ui_utils_spec.js

@ -117,4 +117,3 @@ describe('ui_utils', function() { @@ -117,4 +117,3 @@ describe('ui_utils', function() {
});
});
});

Loading…
Cancel
Save