Skip to content

Commit

Permalink
Fix Boolean default value true properties to be an Object instead
Browse files Browse the repository at this point in the history
  • Loading branch information
matgnt committed Aug 17, 2017
1 parent 72ac8f2 commit 0fb36f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scheduler-component.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
observer: '_viewChanged'
},
allDaySlot: {
type: Boolean,
type: Object,
value: true
},
allDayText: {
Expand All @@ -108,7 +108,7 @@
value: '24:00:00'
},
slotEventOverlap: {
type: Boolean,
type: Object,
value: true
},
nowIndicator: Boolean,
Expand All @@ -121,7 +121,7 @@
value: .75
},
dragScroll: {
type: Boolean,
type: Object,
value: true
},
eventOverlap: Object,
Expand Down

0 comments on commit 0fb36f2

Please sign in to comment.