jellyfin-web/dashboard-ui/bower_components/jquery/src/deprecated.js

14 lines
223 B
JavaScript
Raw Normal View History

2015-06-26 08:53:49 -07:00
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;
});