]> source.dussan.org Git - jquery.git/commitdiff
Brought back a husk method to represent evalScripts. I didn't realize so many plugins...
authorJohn Resig <jeresig@gmail.com>
Fri, 24 Aug 2007 01:06:23 +0000 (01:06 +0000)
committerJohn Resig <jeresig@gmail.com>
Fri, 24 Aug 2007 01:06:23 +0000 (01:06 +0000)
src/ajax/ajax.js

index 6c08391e0b4056d0e874d90fe6e8c5caea91c470..0b2786a06500aa734db5dd6a105d8c44d6280069 100644 (file)
@@ -109,7 +109,12 @@ jQuery.fn.extend({
         */
        serialize: function() {
                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(){}
 
 });