Changeset 2387 for FCKeditor/trunk

Show
Ignore:
Timestamp:
2008-08-26 23:36:08 (3 months ago)
Author:
alfonsoml
Message:

Fix broken packaged build due to a missing semicolon in [2386]

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/_source/classes/fckpanel.js

    r2386 r2387  
    445445 
    446446                if (this._Popup && this.ParentPanel && !forceHide) 
    447                         this.ParentPanel.ResizeForSubpanel(this, 0, 0) 
     447                        this.ParentPanel.ResizeForSubpanel(this, 0, 0) ; 
    448448 
    449449                FCKTools.RunFunction( this.OnHide, this ) ;