Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#9368 closed bug (fixed)

jQuery.camelCase() defined in css.js, but used more widely

Reported by: Steven Black Owned by: Rick Waldron
Priority: low Milestone: 1.6.2
Component: core Version: 1.6.1
Keywords: Cc:
Blocked by: Blocking:

Description

I just noticed that jQuery.camelCase() is defined in css.js but also invoked in data.js and effects.js.

In the interest of dependency management, jQuery.camelCase() should probably be defined more centrally, like in core.

Change History (4)

comment:1 Changed 12 years ago by Rick Waldron

Component: unfiledcore
Priority: undecidedlow
Status: newopen

I was patching a data-module issue that was directly caused by jQuery.camelCase() and felt it odd that I was writing tests in the data-module unit tests for a css-module function.

+1 to moving to core

comment:2 Changed 12 years ago by Rick Waldron

Owner: set to Rick Waldron
Status: openassigned

comment:3 Changed 12 years ago by Timmy Willison

Milestone: 1.next1.6.2

comment:4 Changed 12 years ago by rwldrn

Resolution: fixed
Status: assignedclosed

Landing pull request 383. Relocating jQuery.camelCase to core; Fixes #9368.

More Details:

Note: See TracTickets for help on using tickets.