Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: lib/io.js

Issue 29374674: Issue 4864 - Start using ESLint for adblockpluschrome (Closed)
Patch Set: Use var for ext declarations again Created Feb. 8, 2017, 9:02 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: lib/io.js
diff --git a/lib/io.js b/lib/io.js
index 4b352d0036d40e65157666ba728ddd84e2420101..431d91ef19eaf9791a44b0d86234a842ac3425a6 100644
--- a/lib/io.js
+++ b/lib/io.js
@@ -15,6 +15,8 @@
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
*/
+/* global FakeFile */
Sebastian Noack 2017/02/09 01:04:51 Is FakeFile used anywhere else? Can't we just turn
kzar 2017/02/20 10:27:33 Not that I can see, no.
+
"use strict";
const keyPrefix = "file:";

Powered by Google App Engine
This is Rietveld