From 8fc1f811c1aff9bb65e88d7a1f5691b15eed25c6 Mon Sep 17 00:00:00 2001 From: Pierre Date: Thu, 10 Feb 2011 01:52:48 +0100 Subject: [PATCH] removed jQuery.get support since get is an alias of eq and jQuery.get is a non-sense (eq and return will do the exact same thing) --- jquery.js | 1 - 1 file changed, 1 deletion(-) diff --git a/jquery.js b/jquery.js index d489ee2..9d9d2c9 100644 --- a/jquery.js +++ b/jquery.js @@ -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),