Side navigation
#50 closed bug (fixed)
Opened July 07, 2006 08:30PM UTC
Closed July 08, 2006 05:30PM UTC
Last modified June 20, 2007 01:19AM UTC
$.A in core versus $.A DOM creation
| Reported by: | dave.methvin@gmail.c | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0 |
| Component: | core | Version: | 1.0 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
The latest version of jquery.js in SVN has a new $.A method, but Mike Geary's widely used DOM creation plugin uses $.A to create a DOM element. It doesn't appear that $.A is currently used, but if it's needed I think it could be replaced with this line:
$([].concat.apply(arrayLikeObject))
Attachments (0)
Change History (1)
Changed July 08, 2006 05:30PM UTC by comment:1
| milestone: | → 1.0 |
|---|---|
| resolution: | → fixed |
| status: | new → closed |
| version: | → 1.0 |
I just removed this, I'll be checking it in to SVN very soon.