chuck.js/editor/script/Debug.js
2012-06-13 17:32:31 +02:00

7 lines
No EOL
62 B
JavaScript

function Debug(iwas)
{
if(debug)
{
console.log(iwas);
}
}