var initialize = _.once(createApplication); initialize(); initialize(); // => createApplication is invoked once
createApplication