6 lines
185 B
JavaScript
6 lines
185 B
JavaScript
// Included only in the minified build, via Uglify2
|
|
// Only turn warnings off if not already overridden
|
|
if ( typeof jQuery.migrateMute === "undefined" ) {
|
|
jQuery.migrateMute = true;
|
|
}
|