From d092a88e85a1a66bfc2681e0a4c9648df0dee666 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Wed, 11 Sep 2013 15:03:40 -0500 Subject: Set the input type for firefox. Fix a support test. --- test/unit/support.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/unit') diff --git a/test/unit/support.js b/test/unit/support.js index 617310b63..6b5b0baa5 100644 --- a/test/unit/support.js +++ b/test/unit/support.js @@ -1,7 +1,5 @@ module("support", { teardown: moduleTeardown }); -var computedSupport = getComputedSupport( jQuery.support ); - function getComputedSupport( support ) { var prop, result = {}; @@ -17,6 +15,8 @@ function getComputedSupport( support ) { return result; } +var computedSupport = getComputedSupport( jQuery.support ); + test( "zoom of doom (#13089)", function() { expect( 1 ); -- cgit v1.2.3