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: Created Feb. 20, 2017, 10:01 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
« background.js ('K') | « ext/content.js ('k') | firstRun.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {}
}
};
« background.js ('K') | « ext/content.js ('k') | firstRun.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld