Changeset 6928

Show
Ignore:
Timestamp:
12/20/06 14:59:05 (3 years ago)
Author:
bill
Message:

Fix comment. References #2223

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/widget/Dialog.js

    r6808 r6928  
    302302                onBackgroundClick: function(){ 
    303303                        // summary 
    304                         //              Callback on background click. 
    305                         //              Clicking anywhere on the background will close the dialog, but only 
    306                         //              if the dialog doesn't have an explicit close button, and only if 
    307                         //              the dialog doesn't have a blockDuration. 
     304                        //              Callback on background click, if closeOnBackgroundClick==true. 
    308305                        if(this.lifetime - this.timeRemaining >= this.blockDuration){ return; } 
    309306                        this.hide();