Просмотр исходного кода

BasicView, export some things (?)

Adam Shaw 10 лет назад
Родитель
Сommit
ce6a25cb02
1 измененных файлов с 1 добавлено и 1 удалено
  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 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)
 	dayGrid: null, // the main subcomponent that does most of the heavy lifting