/** * @author Mateusz */ var Environment = { initialize: function (imageFile) { imageBox = new ImageBox.initialize(); image = new Image.initialize(imageFile); }, }