Skip to content

Commit

Permalink
jquery core: forgot to remove a deprecated warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
flesler committed Oct 29, 2008
1 parent 61784e1 commit 77cfd69
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core.js
Expand Up @@ -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 = [];

Expand Down

0 comments on commit 77cfd69

Please sign in to comment.