|
@@ -4,7 +4,7 @@
|
|
|
// It is a manager for a DayGrid subcomponent, which does most of the heavy lifting.
|
|
// It is a manager for a DayGrid subcomponent, which does most of the heavy lifting.
|
|
|
// It is responsible for managing width/height.
|
|
// It is responsible for managing width/height.
|
|
|
|
|
|
|
|
-var BasicView = View.extend({
|
|
|
|
|
|
|
+var BasicView = fc.BasicView = View.extend({
|
|
|
|
|
|
|
|
dayGridClass: DayGrid, // class the dayGrid will be instantiated from (overridable by subclasses)
|
|
dayGridClass: DayGrid, // class the dayGrid will be instantiated from (overridable by subclasses)
|
|
|
dayGrid: null, // the main subcomponent that does most of the heavy lifting
|
|
dayGrid: null, // the main subcomponent that does most of the heavy lifting
|