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

Unified Diff: ext/devtools.js

Issue 29375899: Issue 4871 - Start using ESLint for adblockplusui (Closed)
Patch Set: Stop using commonjs, fix other problems Created Feb. 21, 2017, 5:14 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: ext/devtools.js
diff --git a/ext/devtools.js b/ext/devtools.js
index 42c692e668e87acf27ff75e2e6ba7af86cfd1476..4130174b3f352a44d8ec596fa7d9a588fe8a083d 100644
--- a/ext/devtools.js
+++ b/ext/devtools.js
@@ -24,11 +24,11 @@
global.ext.devtools = {
panels: {
- openResource: function() {}
+ openResource() {}
},
inspectedWindow: {
- reload: function() {}
+ reload() {}
}
};

Powered by Google App Engine
This is Rietveld