#26013 closed defect (bug) (fixed)
jshint shouldn't throw errors: wp-includes/js/wp-pointer.js
Reported by: | mdbitz | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Focuses: | Cc: |
Description
jshint cleanup of wp-includes/js/wp-pointer.js
W109 : Strings must use singlequote
W033 : Missing semicolon
W117 : wpPointerL10n is not defined
W098 : ['t', 'event', 'respond'] is defined but never used.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
jshint cleanup of wp-pointer.js (singlequotes, unused variables, globals)