Skip to content

Commit

Permalink
removed jQuery.get support since get is an alias of eq and jQuery.get…
Browse files Browse the repository at this point in the history
… is a non-sense (eq and return will do the exact same thing)
  • Loading branch information
Hypher committed Feb 10, 2011
1 parent 6edb881 commit 8fc1f81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jquery.js
Expand Up @@ -47,7 +47,6 @@ exports.getJQueryFns = function() {
filter: fn(1),
find: fn(1),
first: fn(),
get: v(1),
has: fn(1),
hasClass: v(1),
html: v(0),
Expand Down

0 comments on commit 8fc1f81

Please sign in to comment.