git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f948f02
)
Brought back a husk method to represent evalScripts. I didn't realize so many plugins...
author
John Resig
<jeresig@gmail.com>
Fri, 24 Aug 2007 01:06:23 +0000
(
01:06
+0000)
committer
John Resig
<jeresig@gmail.com>
Fri, 24 Aug 2007 01:06:23 +0000
(
01:06
+0000)
src/ajax/ajax.js
patch
|
blob
|
history
diff --git
a/src/ajax/ajax.js
b/src/ajax/ajax.js
index
6c08391
..
0b2786a
100644
(file)
--- a/
src/ajax/ajax.js
+++ b/
src/ajax/ajax.js
@@
-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(){}
});