From bda73966c886d53f4ca23165ad8b631fc2560b93 Mon Sep 17 00:00:00 2001 From: Danny Yoo Date: Wed, 27 Jul 2011 15:55:49 -0400 Subject: [PATCH] changing the constant back --- tests/coersing/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/coersing/index.html b/tests/coersing/index.html index 0f132ac..9e9559f 100644 --- a/tests/coersing/index.html +++ b/tests/coersing/index.html @@ -19,7 +19,7 @@ plt.runtime.ready(function() { function(err) { $('#answer').text(err.message).css("color", "red"); }, - 11 + 10000 // "one-billion-dollars" ); });