var MYAPP = MYAPP || {}; MYAPP.utilities = {}; MYAPP.utilities.module = (function (app, global) { alert(global===window) }(MYAPP, this));