add a missing ";"
svn path=/trunk/; revision=155
This commit is contained in:
parent
12b10342e0
commit
9a00ab1594
@ -439,7 +439,7 @@ Workspace.prototype = {
|
||||
if (!clone.cloneTitle)
|
||||
this._createCloneTitle(clone);
|
||||
clone.cloneTitle.show();
|
||||
this._adjustCloneTitle(clone)
|
||||
this._adjustCloneTitle(clone);
|
||||
if (!this._overlappedMode)
|
||||
return;
|
||||
if (clone.index != this._windows.length-1) {
|
||||
|
Loading…
Reference in New Issue
Block a user