Skip to content

Commit

Permalink
fix(dropdowntree): dropdowntree is part of the pro version, not the f…
Browse files Browse the repository at this point in the history
…ree version
  • Loading branch information
Arne Deruwe committed Jun 6, 2018
1 parent 4b978bf commit 73f4356
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export class KendoConfigBuilder {
.kendoContextMenu()
.kendoDialog()
.kendoDropDownList()
.kendoDropdownTree()
.kendoDateTimePicker()
.kendoDatePicker()
.kendoDraggable()
Expand Down Expand Up @@ -88,6 +87,7 @@ export class KendoConfigBuilder {
.kendoChart()
.kendoChat()
.kendoDiagram()
.kendoDropdownTree()
.kendoEditor()
.kendoFilterMenu()
.kendoGantt()
Expand Down Expand Up @@ -188,7 +188,7 @@ export class KendoConfigBuilder {
this.resources.push(PLATFORM.moduleName('./chart/treemap'));
return this;
}

kendoChat(): KendoConfigBuilder {
this.resources.push(PLATFORM.moduleName('./chat/chat'));
return this;
Expand Down

0 comments on commit 73f4356

Please sign in to comment.