extended file serving to static folder

This commit is contained in:
logsol 2012-07-07 18:53:44 +02:00
parent 5a7234ade4
commit 980af70259
4 changed files with 107 additions and 16 deletions

View file

@ -5,7 +5,7 @@ define(["Chuck/Processor"], function(Processor){
var processor = new Processor();
}
Chuck.processRequest = function(package){
Chuck.processGameCommand = function(package){
console.log(package);
}