From 37b909de6948ebb704375626831bfc80bd31290c Mon Sep 17 00:00:00 2001 From: Yehuda Katz Date: Thu, 14 Jan 2010 00:45:29 -0500 Subject: [PATCH] wrapAll(Function) doesn't actually make sense. That's why I couldn't figure out how to test it! --- test/unit/manipulation.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/unit/manipulation.js b/test/unit/manipulation.js index c250b53..e387d64 100644 --- a/test/unit/manipulation.js +++ b/test/unit/manipulation.js @@ -139,11 +139,6 @@ test("wrapAll(String|Element)", function() { testWrapAll(bareObj); }); -// TODO: Figure out why each(wrapAll) is not equivalent to wrapAll -// test("wrapAll(Function)", function() { -// testWrapAll(functionReturningObj); -// }) - var testWrapInner = function(val) { expect(8); var num = jQuery("#first").children().length; -- 1.7.10.4