chuck.js/Editor/script/Debug.js
2012-06-03 13:41:46 +02:00

7 lines
No EOL
62 B
JavaScript

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