Skip to content

Commit 77cfd69

Browse files
committed
jquery core: forgot to remove a deprecated warning.
1 parent 61784e1 commit 77cfd69

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,8 +1129,6 @@ jQuery.extend({
11291129
return (text || "").replace( /^\s+|\s+$/g, "" );
11301130
},
11311131

1132-
// NOTE: Due to the conflict with Scriptaculous (http://dev.jquery.com/ticket/3248)
1133-
// We remove support for functions since jQuery 1.3
11341132
makeArray: function( array ) {
11351133
var ret = [];
11361134

0 commit comments

Comments
 (0)