From: Brendan Dahl Date: Mon, 4 Jun 2012 22:39:50 +0000 (-0700) Subject: Remove space at end of line. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4f314fff397a7036f176bda77bb3739ae97cdb99;p=pdf.js.git Remove space at end of line. --- diff --git a/extensions/firefox/bootstrap.js b/extensions/firefox/bootstrap.js index a5f4bd2..85ade96 100644 --- a/extensions/firefox/bootstrap.js +++ b/extensions/firefox/bootstrap.js @@ -63,7 +63,7 @@ let Factory = { }, // nsIFactory - lockFactory: function lockFactory(lock) { + lockFactory: function lockFactory(lock) { // No longer used as of gecko 1.7. throw Cr.NS_ERROR_NOT_IMPLEMENTED; }