SIGN IN SIGN UP
angular / angular.js UNCLAIMED

AngularJS - HTML enhanced for web apps!

0 0 184 JavaScript

fix(jqLite): make next() ignore non-element nodes

next() is supposed to return the next sibling *element* so it
should ignore text nodes. To achieve this, nextElementSibling()
should be used instead of nextSibling().
K
Keyamoon committed
76a6047af690781b8238ba7924279470ba76d081
Parent: b6b7c5a
Committed by Igor Minar <igor@angularjs.org> on 1/8/2013, 10:54:15 PM