first pond stuff
This commit is contained in:
parent
d8723a3d9e
commit
08639f9999
5 changed files with 340 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
function debug(obj) {
|
||||
if(typeof obj != "string")
|
||||
obj = JSON.stringify(obj);
|
||||
else {
|
||||
obj = arguments.join(' ')
|
||||
}
|
||||
|
||||
alert(obj)
|
||||
}
|
||||
|
|
Reference in a new issue