From 6b685cc4e496c5eabbb3e6415fb7fdf0474bf0f1 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 23 Dec 2006 00:22:48 +0000 Subject: add currency-converter tutorial --- framework/Web/Javascripts/js/debug/prado.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/Web/Javascripts/js/debug') diff --git a/framework/Web/Javascripts/js/debug/prado.js b/framework/Web/Javascripts/js/debug/prado.js index 61b7f880..ca95bfbb 100644 --- a/framework/Web/Javascripts/js/debug/prado.js +++ b/framework/Web/Javascripts/js/debug/prado.js @@ -3013,11 +3013,11 @@ Prado.Element = if(typeof(element) == "string") { if($(element)) - method.toFunction().apply(this,[element,content]); + method.toFunction().apply(this,[element,""+content]); } else { - method.toFunction().apply(this,[content]); + method.toFunction().apply(this,[""+content]); } }, -- cgit v1.2.3