Adam Shaw 8 years ago
parent
commit
4793cbac15
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/models/event/EventInstanceGroup.js

+ 4 - 0
src/models/event/EventInstanceGroup.js

@@ -1,4 +1,8 @@
 
+/*
+It's expected that there will be at least one EventInstance,
+OR that an explicitEventDef is assigned.
+*/
 var EventInstanceGroup = Class.extend({
 
 	eventInstances: null,