From 5958c417f65cf779845cae2d107926fbaf6c7f7f Mon Sep 17 00:00:00 2001 From: Ca-Phun Ung Date: Thu, 2 Oct 2008 18:06:30 +0000 Subject: Spinner: added thousand separator format to numbers and refactored code. --- tests/spinner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/spinner.js b/tests/spinner.js index 507d2c897..ef20274ab 100644 --- a/tests/spinner.js +++ b/tests/spinner.js @@ -240,7 +240,7 @@ test("spin with auto-incremental stepping", function() { el.simulate("keyup",{keyCode:$.simulate.VK_DOWN}); - equals(el.val(), -1800, "keydown 210 times (300-100-100*10-10*100)"); + equals(el.val(), '-1,800', "keydown 210 times (300-100-100*10-10*100)"); }); -- cgit v1.2.3