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 comment:1
component: | unfiled → core |
---|---|
priority: | undecided → low |
status: | new → open |
Changed May 20, 2011 06:25PM UTC by comment:2
owner: | → rwaldron |
---|---|
status: | open → assigned |
Changed May 25, 2011 06:48PM UTC by comment:3
milestone: | 1.next → 1.6.2 |
---|
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