trotzig/diffux

View on GitHub
bower_components/jquery/src/deprecated.js

Summary

Maintainability
A
0 mins
Test Coverage
define([
    "./core",
    "./traversing"
], function( jQuery ) {

// The number of elements contained in the matched element set
jQuery.fn.size = function() {
    return this.length;
};

jQuery.fn.andSelf = jQuery.fn.addBack;

});