Browse Source

misc docs

Adam Shaw 8 years ago
parent
commit
e17347fac5
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/models/ComponentFootprint.js

+ 4 - 1
src/models/ComponentFootprint.js

@@ -1,8 +1,11 @@
 
+/*
+Meant to be immutable
+*/
 var ComponentFootprint = Class.extend({
 
 	unzonedRange: null,
-	isAllDay: false,
+	isAllDay: false, // component can choose to ignore this
 
 
 	constructor: function(unzonedRange, isAllDay) {