Add missing ";" on the end of line
This commit is contained in:
parent
b0899c5d07
commit
2398b837b0
@ -1400,7 +1400,7 @@ AutoHideWindow.prototype = inherit(AutoHideConstants, {
|
|||||||
|
|
||||||
get lastMode()
|
get lastMode()
|
||||||
{
|
{
|
||||||
var lastMode = this.treeStyleTab.getWindowValue(this.kMODE)
|
var lastMode = this.treeStyleTab.getWindowValue(this.kMODE);
|
||||||
if (lastMode !== '')
|
if (lastMode !== '')
|
||||||
return parseInt(lastMode);
|
return parseInt(lastMode);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user