Brought back a husk method to represent evalScripts. I didn't realize so many plugins relied on it (it's deprecated in this release).
This commit is contained in:
parent
f948f02680
commit
4df20c0c1b
|
@ -109,7 +109,12 @@ jQuery.fn.extend({
|
||||||
*/
|
*/
|
||||||
serialize: function() {
|
serialize: function() {
|
||||||
return jQuery.param( this );
|
return jQuery.param( this );
|
||||||
}
|
},
|
||||||
|
|
||||||
|
// DEPRECATED
|
||||||
|
// This method no longer does anything - all script evaluation is
|
||||||
|
// taken care of within the HTML injection methods.
|
||||||
|
evalScripts: function(){}
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue