Adam Shaw 8 лет назад
Родитель
Сommit
e17347fac5
1 измененных файлов с 4 добавлено и 1 удалено
  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({
 var ComponentFootprint = Class.extend({
 
 
 	unzonedRange: null,
 	unzonedRange: null,
-	isAllDay: false,
+	isAllDay: false, // component can choose to ignore this
 
 
 
 
 	constructor: function(unzonedRange, isAllDay) {
 	constructor: function(unzonedRange, isAllDay) {