#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
Component: | unfiled → core |
---|---|
Priority: | undecided → low |
Status: | new → open |
comment:2 Changed 12 years ago by
Owner: | set to Rick Waldron |
---|---|
Status: | open → assigned |
comment:3 Changed 12 years ago by
Milestone: | 1.next → 1.6.2 |
---|
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Landing pull request 383. Relocating jQuery.camelCase to core; Fixes #9368.
More Details:
Note: See
TracTickets for help on using
tickets.
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