Holy-Unblocker/views/archive/j/ball-shooting/scripts/helpers.js
2021-01-02 18:35:41 -08:00

7 lines
No EOL
161 B
JavaScript

var game = this.game || (this.game={});
var createjs = createjs || {};
;(function(game, cjs){
game.helper = game.helper || {};
}).call(this, game, createjs);