changing the constant back

This commit is contained in:
Danny Yoo 2011-07-27 15:55:49 -04:00
parent 46ffe7d142
commit bda73966c8

View File

@ -19,7 +19,7 @@ plt.runtime.ready(function() {
function(err) {
$('#answer').text(err.message).css("color", "red");
},
11
10000
// "one-billion-dollars"
);
});