restructured repository

This commit is contained in:
logsol 2012-06-13 17:27:42 +02:00
parent cc6279eac9
commit 080a2e410c
38 changed files with 87 additions and 26 deletions

View file

@ -0,0 +1,7 @@
function Debug(iwas)
{
if(debug)
{
console.log(iwas);
}
}