Made jQuery('<div/>') and jQuery('<div></div>') use the same code path (making the...
authorJohn Resig <jeresig@gmail.com>
Wed, 11 Nov 2009 18:49:29 +0000 (13:49 -0500)
committerJohn Resig <jeresig@gmail.com>
Wed, 11 Nov 2009 18:49:29 +0000 (13:49 -0500)
commitc4c820efff4fa7bcce0d5bf0a448625278ea6379
tree7bf2a795960c30bd34eac3ac214e091fbae049c5
parentd933e9c26d9c883af6de6a48c456294748582d3c
Made jQuery('<div/>') and jQuery('<div></div>') use the same code path (making the second one faster). Fixes #5293.
src/core.js
test/unit/core.js