EventConstants.js 134 B

12345678
  1. 'use strict';
  2. define([], function () {
  3. return {
  4. changeModeAction: 'ChangeMode'
  5. };
  6. });
  7. //# sourceMappingURL=EventConstants.js.map