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

Unified Diff: lib/utils.js

Issue 5852091641757696: Noissue - Remove unused isFennec property (Closed)
Patch Set: Created May 12, 2015, 9:06 p.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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/utils.js
===================================================================
--- a/lib/utils.js
+++ b/lib/utils.js
@@ -48,18 +48,6 @@
},
/**
- * Returns whether we are running in Fennec, for Fennec-specific hacks
- * @type Boolean
- */
- get isFennec()
- {
- let {application} = require("info");
- let result = (application == "fennec" || application == "fennec2");
- Object.defineProperty(this, "isFennec", {value: result});
- return result;
- },
-
- /**
* Returns the user interface locale selected for adblockplus chrome package.
*/
get appLocale()
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld