Ticket #2986: 2986.patch
File 2986.patch, 880 bytes (added by , 16 years ago) |
---|
-
_source/plugins/image/dialogs/image.js
617 617 resetButton.on( 'click', function() 618 618 { 619 619 resetSize( this ); 620 }, this ); //this = dialog.620 }, this.getDialog() ); 621 621 resetButton.on( 'mouseover', function() 622 622 { 623 623 this.addClass( 'BtnOver' ); … … 645 645 updatePreview( this ); 646 646 } 647 647 } 648 }, this );648 }, this.getDialog() ); 649 649 ratioButton.on( 'mouseover', function() 650 650 { 651 651 this.addClass( 'BtnOver' );