jquery core: forgot to remove a deprecated warning.
This commit is contained in:
parent
61784e1581
commit
77cfd696ec
1 changed files with 0 additions and 2 deletions
|
@ -1129,8 +1129,6 @@ jQuery.extend({
|
||||||
return (text || "").replace( /^\s+|\s+$/g, "" );
|
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 ) {
|
makeArray: function( array ) {
|
||||||
var ret = [];
|
var ret = [];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue