Bug Tracker

Changeset 5469

Show
Ignore:
Timestamp:
05/06/08 14:03:55 (7 months ago)
Author:
scott.gonzalez
Message:

UI Dialog: Fixed modal dialogs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/ui/ui.dialog.js

    r5468 r5469  
    220220             
    221221        open: function() { 
    222             this.overlay = this.options.modal ? new $.ui.dialog.overlay(self) : null; 
     222            this.overlay = this.options.modal ? new $.ui.dialog.overlay(this) : null; 
    223223            this.uiDialog.appendTo('body'); 
    224224            this.position(this.options.position);