mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
7 lines
116 B
JavaScript
7 lines
116 B
JavaScript
// Limit scope pollution from any deprecated API
|
|
// (function() {
|
|
|
|
jQuery.fn.andSelf = jQuery.fn.addBack;
|
|
|
|
// })();
|