Skip to main content

Bug Tracker

Side navigation

#9368 closed bug (fixed)

Opened May 20, 2011 03:58PM UTC

Closed May 25, 2011 07:15PM UTC

Last modified March 08, 2012 03:32PM UTC

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

Reported by: Steven Black Owned by: rwaldron
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.

Attachments (0)
Change History (4)

Changed May 20, 2011 05:50PM UTC by rwaldron comment:1

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

Changed May 20, 2011 06:25PM UTC by rwaldron comment:2

owner: → rwaldron
status: openassigned

Changed May 25, 2011 06:48PM UTC by timmywil comment:3

milestone: 1.next1.6.2

Changed May 25, 2011 07:15PM UTC by rwldrn comment:4

resolution: → fixed
status: assignedclosed

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

More Details:

Changeset: 408c98fb4b8c1b6957cfe620711f9ea7645293ba