1
0
mirror of synced 2024-11-25 22:36:03 +03:00

add zepto compatibiliy

This commit is contained in:
Fede Isas 2013-07-25 16:44:41 -03:00
parent cb8072df18
commit 337fac620e

View File

@ -20,7 +20,7 @@ the specific language governing permissions and limitations under the Apache Lic
*/
(function ($) {
if(typeof $.fn.each2 == "undefined") {
$.fn.extend({
$.extend($.fn, {
/*
* 4-10 times faster .each replacement
* use it carefully, as it overrides jQuery context of element on each iteration