UNPKG

core-resource-app-test

Version:

App that contains assets and scripts for the core apps

7 lines (5 loc) 204 B
var oldSelf = jQuery.fn.andSelf || jQuery.fn.addBack; jQuery.fn.andSelf = function() { migrateWarn( "jQuery.fn.andSelf() replaced by jQuery.fn.addBack()" ); return oldSelf.apply( this, arguments ); };