mirror of
https://github.com/jquery/jquery.git
synced 2026-02-07 12:05:30 -05:00
jquery core: forgot to remove a deprecated warning.
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user