add spase for readable code
This commit is contained in:
parent
b2ff92a023
commit
5f7a874d3c
@ -96,9 +96,9 @@ function TreeStyleTabWindow(aWindow)
|
||||
|
||||
XPCOMUtils.defineLazyModuleGetter(aWindow, 'TreeStyleTabBrowser', 'resource://treestyletab-modules/browser.js');
|
||||
|
||||
var DevEdition=this.window.AppConstants.MOZ_DEV_EDITION;
|
||||
var DevEdition = this.window.AppConstants.MOZ_DEV_EDITION;
|
||||
if (DevEdition) {
|
||||
var rootelem=this.document.documentElement;
|
||||
var rootelem = this.document.documentElement;
|
||||
rootelem.setAttribute('treestyletab-devedition', true);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user