Add missing ";" on the end of line

This commit is contained in:
YUKI Hiroshi 2015-03-03 20:10:01 +09:00
parent b0899c5d07
commit 2398b837b0

View File

@ -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);