File "deprecated.js"

Full Path: /home/cananyalcin/public_html/vendors/parsleyjs/bower_components/jquery/src/deprecated.js
File size: 223 bytes
MIME-type: text/plain
Charset: utf-8

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;

});