1 2 3 4 5 6
// Limit scope pollution from any deprecated API // (function() { jQuery.fn.andSelf = jQuery.fn.addBack; // })();