mirror of
https://github.com/thomaspark/bootswatch.git
synced 2025-10-12 20:42:58 +00:00
move files to dist and docs
This commit is contained in:
13
docs/3/bower_components/jquery/src/deprecated.js
vendored
Normal file
13
docs/3/bower_components/jquery/src/deprecated.js
vendored
Normal file
@@ -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;
|
||||
|
||||
});
|
Reference in New Issue
Block a user