corrade-nucleus-nucleons

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 19  →  ?path2? @ 20
/base/000_base/node_modules/bootstrap-validator/sandbox/jquery/src/deprecated.js
@@ -0,0 +1,13 @@
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;
 
});