Merge pull request #165 from colemanw/CRM-12122
[civicrm-core.git] / js / crm.designerapp.js
CommitLineData
6a488035
TO
1cj(document).ready(function($) {
2 /**
3 * FIXME we depend on this being a global singleton, mainly to facilitate vents
4 *
5 * vents:
6 * - resize: the size/position of widgets should be adjusted
7 * - ufUnsaved: any part of a UFGroup was changed; args: (is_changed:bool)
8 * - formOpened: a toggleable form (such as a UFFieldView or a UFGroupView) has been opened
9 */
10 CRM.designerApp = new Backbone.Marionette.Application();
11
12});