control features implemented

This commit is contained in:
logsol 2012-06-03 18:22:27 +02:00
parent 8d0ff1a929
commit c2b0baaea2
10 changed files with 213 additions and 63 deletions

View file

@ -1,7 +1,5 @@
Chuck.Main = function () {
// Settings were loaded automatically
// Settings were loaded automatically
var processor = new Chuck.Processor();
processor.init();
};
};