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

Unified Diff: defaults/prefs.json

Issue 6368645210963968: Issue 2550 - Update Element Hiding Helper dependency on buildtools to revision 9069f8de837b (Closed)
Patch Set: Created May 18, 2015, 8:02 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 | dependencies » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: defaults/prefs.json
===================================================================
rename from defaults/prefs.js
rename to defaults/prefs.json
--- a/defaults/prefs.js
+++ b/defaults/prefs.json
@@ -1,4 +1,8 @@
-pref("extensions.elemhidehelper.selectelement_key", "Accel Shift K, Accel Shift S, Accel Shift F3");
-pref("extensions.elemhidehelper.showhelp", true);
-pref("extensions.elemhidehelper.acceptlocalfiles", false);
-pref("extensions.elemhidehelper.composer_defaultDomain", 3);
+{
+ "defaults": {
+ "selectelement_key": "Accel Shift K, Accel Shift S, Accel Shift F3",
+ "showhelp": true,
+ "acceptlocalfiles": false,
+ "composer_defaultDomain": 3
+ }
+}
« no previous file with comments | « no previous file | dependencies » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld