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:
61784e1
)
jquery core: forgot to remove a deprecated warning.
author
Ariel Flesler
<aflesler@gmail.com>
Wed, 29 Oct 2008 01:15:47 +0000
(
01:15
+0000)
committer
Ariel Flesler
<aflesler@gmail.com>
Wed, 29 Oct 2008 01:15:47 +0000
(
01:15
+0000)
src/core.js
patch
|
blob
|
history
diff --git
a/src/core.js
b/src/core.js
index
3a2548f
..
55c1223
100644
(file)
--- a/
src/core.js
+++ b/
src/core.js
@@
-1129,8
+1129,6
@@
jQuery.extend({
return (text || "").replace( /^\s+|\s+$/g, "" );
},
- // NOTE: Due to the conflict with Scriptaculous (http://dev.jquery.com/ticket/3248)
- // We remove support for functions since jQuery 1.3
makeArray: function( array ) {
var ret = [];