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

Unified Diff: lib/coreUtils.js

Issue 29375915: Issue 4878 - Start using ESLint for adblockpluscore (Closed)
Patch Set: Removed unused imports Created March 15, 2017, 3:11 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
« no previous file with comments | « lib/common.js ('k') | lib/downloader.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/coreUtils.js
diff --git a/lib/coreUtils.js b/lib/coreUtils.js
index b9e9a2f050252ae0ac6d4d7d1a1919ff812c1d7a..38e5d65c347c3f11d74d6c64297bb41127ab2d8a 100644
--- a/lib/coreUtils.js
+++ b/lib/coreUtils.js
@@ -15,6 +15,8 @@
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
*/
+"use strict";
+
function desc(properties)
{
let descriptor = {};
« no previous file with comments | « lib/common.js ('k') | lib/downloader.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld