From b9f5e2b97458f89cbcac3a333ba95b0eac568d49 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Tue, 15 Feb 2011 22:41:08 -0500 Subject: Only perpetrate the .toJSON hack on data caches when they are attached to a plain Javascript object. Part of the continuing saga of #8108. --- test/unit/data.js | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test') diff --git a/test/unit/data.js b/test/unit/data.js index c6ef843a1..8fb7f35ad 100644 --- a/test/unit/data.js +++ b/test/unit/data.js @@ -338,18 +338,12 @@ test("data-* attributes", function() { num++; } - // TODO: Remove this hack which was introduced for 1.5.1 - num--; - equals( num, check.length, "Make sure that the right number of properties came through." ); for ( var prop in obj2 ) { num2++; } - // TODO: Remove this hack which was introduced for 1.5.1 - num2--; - equals( num2, check.length, "Make sure that the right number of properties came through." ); child.attr("data-other", "newvalue"); -- cgit v1.2.3