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

Unified Diff: chrome/content/composer.js

Issue 29336275: Issue 3597 - Fixed: Switching between basic and advanced view is broken in Firefox 45 Beta (Closed)
Patch Set: Created Feb. 11, 2016, 4:01 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: chrome/content/composer.js
===================================================================
--- a/chrome/content/composer.js
+++ b/chrome/content/composer.js
@@ -5,17 +5,17 @@
*/
let {Prefs} = require("prefs");
let domainData;
let nodeData;
let nodeID;
let selectedNode = null;
-let advancedMode = false;
+var advancedMode = false;
let treeView = null;
let stylesheetData;
let previewStyle = null;
let abpURL = Cc["@adblockplus.org/abp/public;1"].getService(Ci.nsIURI);
Cu.import(abpURL.spec);
/*******************
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld