Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#26020 closed defect (bug) (fixed)

jshint shouldn't throw errors:wp-admin/js/media.js

Reported by: seanchayes's profile seanchayes Owned by: nacin's profile nacin
Milestone: 3.8 Priority: normal
Severity: normal Version:
Component: Build/Test Tools Keywords: has-patch
Focuses: Cc:

Description

Resolving JSHint reported errors:

W041 Use '===' to compare with '0'.
W041 Use '===' to compare with .
W117 'ajaxurl' is not defined.
W117 'wpAjax' is not defined.
W117 'wpAjax' is not defined.

Attachments (1)

26020.patch (884 bytes) - added by seanchayes 11 years ago.

Download all attachments as: .zip

Change History (4)

@seanchayes
11 years ago

#1 @seanchayes
11 years ago

  • Keywords has-patch added

#2 @nacin
11 years ago

  • Owner set to nacin
  • Resolution set to fixed
  • Status changed from new to closed

In 26200:

Fix JSHint errors in 5 files.

props seanchayes.
fixes #26015, #26020, #26019, #26034, #26022.

#3 @nacin
11 years ago

  • Milestone changed from Awaiting Review to 3.8

Moving fixed JSHint error tickets to 3.8.

Note: See TracTickets for help on using tickets.