Browse Source

move View

Adam Shaw 8 years ago
parent
commit
44288cdefa
3 changed files with 2 additions and 2 deletions
  1. 2 2
      src.json
  2. 0 0
      src/View.date-range.js
  3. 0 0
      src/View.js

+ 2 - 2
src.json

@@ -39,8 +39,8 @@
     "component/DateComponent.js",
     "component/DateComponent.util.js",
     "component/InteractiveDateComponent.js",
-    "common/View.js",
-    "common/View.date-range.js",
+    "View.js",
+    "View.date-range.js",
     "Toolbar.js",
     "Calendar.js",
     "Calendar.options.js",

+ 0 - 0
src/common/View.date-range.js → src/View.date-range.js


+ 0 - 0
src/common/View.js → src/View.js