mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 07:38:07 +02:00
Fix (most) errors reported by the no-multi-spaces
ESLint rule
http://eslint.org/docs/rules/no-multi-spaces
This commit is contained in:
parent
328e7397ea
commit
3820946301
10 changed files with 17 additions and 17 deletions
|
@ -288,7 +288,7 @@ var Driver = (function DriverClosure() {
|
|||
var self = this;
|
||||
window.onerror = function(message, source, line, column, error) {
|
||||
self._info('Error: ' + message + ' Script: ' + source + ' Line: ' +
|
||||
line + ' Column: ' + column + ' StackTrace: ' + error);
|
||||
line + ' Column: ' + column + ' StackTrace: ' + error);
|
||||
};
|
||||
this._info('User agent: ' + navigator.userAgent);
|
||||
this._log('Harness thinks this browser is "' + this.browser +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue