UNPKG

steal-tools

Version:

Futuristic build tools for ES6 Module applications.

12 lines (8 loc) 234 B
// Limit scope pollution from any deprecated API // (function() { // The number of elements contained in the matched element set jQuery.fn.size = function() { return this.length; }; jQuery.fn.andSelf = jQuery.fn.addBack; // })();