1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-24 03:55:57 +00:00
Files
go-inbucket/themes/bootstrap/public/bower_components/jquery/src/deprecated.js
2015-08-16 19:46:11 -07:00

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