Opened 11 years ago
Closed 11 years ago
#26000 closed defect (bug) (fixed)
jshint shouldn't throw errors: wp-admin/js/image-edit.js
Reported by: | dougwollison | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 3.8 | Priority: | high |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | |
Focuses: | Cc: |
Description
Patch to come
Attachments (5)
Change History (12)
#3
@
11 years ago
- Keywords commit added
Many of the eqeqeq here are necessary and since those are potentially breaking changes, I tested this patch and everything looks good. What I tested:
- Cropping via selecting
- Changing crop size via input boxes
- Rotating left
- Rotating RIght
- Flipping vertical
- Flipping horizontal
- Going "back" for all of these
- going "forward" with all of these
- Saving
- Restoring original
#4
@
11 years ago
26000.4.diff has a typo in line 33 (coming from the first patch). Will fix on commit.
#5
@
11 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 26292:
Note: See
TracTickets for help on using
tickets.
Initial changes: spacing, braces, equals, key fixes, globals. Note: typof callback !== 'undefined' or 'unknown'?