game/staticOLD/scripts/core.js

5 lines
71 B
JavaScript

var core = {
begin:function() {
//$(document.body).html( '' );
}
};