Changes between Initial Version and Version 5 of Ticket #26041
- Timestamp:
- 11/16/2013 07:57:11 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26041
- Property Owner set to nacin
-
Property
Status
changed from
newtoclosed -
Property
Resolution
changed from
tofixed -
Property
Milestone
changed from
Awaiting Reviewto3.8
-
Ticket #26041 – Description
initial v5 1 1 jshint cleanup of wp-includes/js/plupload/handlers.js 2 2 {{{ 3 3 W109 : Strings must use singlequote. 4 4 W041 : Use '===' to compare with '0' … … 7 7 W014 : Bad line breaking before '+' 8 8 W117 : ['post_id', 'pluploadL10n', 'resize_width', 'resize_height', 'shortform', 'ajaxurl', 'type', 'deleteUserSetting', 'setUserSetting', 'plupload'] is not defined 9 }}}