questlab/www/analytics/libs/bower_components/jquery/src/deprecated.js
2016-04-10 18:55:57 +02:00

13 lines
223 B
JavaScript

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;
});