From: Andreas Unterkircher Date: Sat, 16 Jun 2007 08:35:13 +0000 (+0000) Subject: some additional comments and a new var_dump function for debugging X-Git-Tag: phpfspot-1.2~233 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=6a3abfa5433bed13665b1ea2c763215fd5481dd2 some additional comments and a new var_dump function for debugging git-svn-id: file:///var/lib/svn/phpfspot/trunk@102 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- diff --git a/bubble.js b/bubble.js index 1d715b1..935a7d7 100644 --- a/bubble.js +++ b/bubble.js @@ -36,11 +36,11 @@ function WSR_getElementsByClassName(_2,_3,_4){ function bindBubbles(e){ lbActions=WSR_getElementsByClassName(document,"a","bubble"); for(i=0;i \"" + value + "\"\n"; + } + } + } else { //Stings/Chars/Numbers etc. + dumped_text = "===>"+arr+"<===("+typeof(arr)+")"; } + return dumped_text; + }//end function var_dump function get_page_height()