- Notifications
You must be signed in to change notification settings - Fork20.6k
Closed
Description
Chrome 38 added support for ES6for-of
. I'm proposing that jQuery collections are made compatible with this statement, which can be achieved with this line (fromdiscussion on Twitter):
jQuery.prototype[Symbol.iterator]=Array.prototype.values;
Live demo:http://jsbin.com/movuxu/1/edit (view in Chrome)