Răsfoiți Sursa

BasicView, export some things (?)

Adam Shaw 10 ani în urmă
părinte
comite
ce6a25cb02
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      src/basic/BasicView.js

+ 1 - 1
src/basic/BasicView.js

@@ -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