first pond stuff

This commit is contained in:
Jeena 2014-02-04 08:47:46 +01:00
parent d8723a3d9e
commit 08639f9999
5 changed files with 340 additions and 0 deletions

View file

@ -1,6 +1,9 @@
function debug(obj) {
if(typeof obj != "string")
obj = JSON.stringify(obj);
else {
obj = arguments.join(' ')
}
alert(obj)
}