Bug Tracker

Opened 17 years ago

Closed 17 years ago

Last modified 16 years ago

#50 closed bug (fixed)

$.A in core versus $.A DOM creation

Reported by: dave.methvin@… 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))

Change History (1)

comment:1 Changed 17 years ago by john

Milestone: 1.0
Resolution: fixed
Status: newclosed
Version: 1.0

I just removed this, I'll be checking it in to SVN very soon.

Note: See TracTickets for help on using tickets.