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()
|
||||
{
|
||||
var lastMode = this.treeStyleTab.getWindowValue(this.kMODE)
|
||||
var lastMode = this.treeStyleTab.getWindowValue(this.kMODE);
|
||||
if (lastMode !== '')
|
||||
return parseInt(lastMode);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user