Changeset 21722
- Timestamp:
- 09/04/2012 04:10:00 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/plupload/wp-plupload.js
r21656 r21722 74 74 } 75 75 76 // If the uploader has neither a browse button nor a dropzone, bail. 77 if ( ! ( this.browser && this.browser.length ) && ! ( this.dropzone && this.dropzone.length ) ) 78 return; 79 76 80 this.uploader = new plupload.Uploader( this.plupload ); 77 81 delete this.plupload;
Note: See TracChangeset
for help on using the changeset viewer.