Sha256: d87df40685afe711708eeff21e8fb5c7b6c0b197658301e84f08893ffb09b05b
Contents?: true
Size: 907 Bytes
Versions: 87
Compression:
Stored size: 907 Bytes
Contents
/* Classes -------------------------------------------------------- */ if(!window.classes) window.classes = {}; /* Objects -------------------------------------------------------- */ if(!window.app) window.app = {} /* Constants -------------------------------------------------------- */ if(!window.app.constants) window.app.constants = {}; _.extend(app.constants, { ERROR : "error", NOTICE : "notice", WARNING : "warning" }); /* Events -------------------------------------------------------- */ if(!window.app.events) window.app.events = {}; _.extend(app.events, { FLASH_ERROR : "flash:error", FLASH_WARNING : "flash:warning", FLASH_NOTICE : "flash:notice", FLASH_CLOSE : "flash:close", SEARCH_CHANGED : "search:changed", SELECT : "select" }); app.mailman = _.extend({}, Backbone.Events); /* CORS -------------------------------------------------------- */ jQuery.support.cors = true;
Version data entries
87 entries across 87 versions & 1 rubygems