Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#26046 closed defect (bug) (fixed)

jshint shouldn’t throw errors - wp-includes/js/quicktags.js

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

Description

Let's fix jshint errors for quicktags.js. The arguments.callee part might be tricky.

Attachments (1)

26046.diff (11.4 KB) - added by kovshenin 11 years ago.

Download all attachments as: .zip

Change History (5)

@kovshenin
11 years ago

#1 @kovshenin
11 years ago

  • Summary changed from JSHint: wp-includes/js/quicktags.js to jshint shouldn’t throw errors - wp-includes/js/quicktags.js

#2 @nacin
11 years ago

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

In 26212:

Fix JSHint errors in quicktags.js. Ignore deprecated API rather than marking it as exported globals.

props kovshenin.
fixes #26046.

#3 @SergeyBiryukov
11 years ago

  • Milestone changed from Awaiting Review to 3.8

#4 @azaozz
11 years ago

In 26553:

Quicktags: fix int/string strict comparison, see #26046.

Note: See TracTickets for help on using tickets.