add a missing ";"

svn path=/trunk/; revision=155
This commit is contained in:
Dan Winship 2009-01-20 18:20:41 +00:00
parent 12b10342e0
commit 9a00ab1594

View File

@ -439,7 +439,7 @@ Workspace.prototype = {
if (!clone.cloneTitle) if (!clone.cloneTitle)
this._createCloneTitle(clone); this._createCloneTitle(clone);
clone.cloneTitle.show(); clone.cloneTitle.show();
this._adjustCloneTitle(clone) this._adjustCloneTitle(clone);
if (!this._overlappedMode) if (!this._overlappedMode)
return; return;
if (clone.index != this._windows.length-1) { if (clone.index != this._windows.length-1) {