Changeset 21379
- Timestamp:
- 08/01/2012 01:10:13 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/plupload/wp-plupload.dev.js
r21014 r21379 114 114 }( this.dropzone, this.supports.dragdrop )); 115 115 116 this.browser.on( 'mouseenter', this.refresh ); 116 if ( this.browser ) 117 this.browser.on( 'mouseenter', this.refresh ); 117 118 118 119 this.uploader.bind( 'UploadProgress', this.progress );
Note: See TracChangeset
for help on using the changeset viewer.