Skip to content

Commit

Permalink
Remove defaultOption for TreeView as it conflicts with using DOM for …
Browse files Browse the repository at this point in the history
…tree and with dataSource.
  • Loading branch information
rniemeyer committed Apr 9, 2015
1 parent fbee8e3 commit f2f6729
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "knockout-kendo",
"version": "0.9.2",
"version": "0.9.3",
"main": "build/knockout-kendo.min.js",
"dependencies": {
"knockout": ">= 2.0"
Expand Down
3 changes: 1 addition & 2 deletions build/knockout-kendo.js
@@ -1,5 +1,5 @@
/*
* knockout-kendo 0.9.2
* knockout-kendo 0.9.3
* Copyright © 2013 Ryan Niemeyer & Telerik
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -1183,7 +1183,6 @@ createBinding({

createBinding({
name: "kendoTreeView",
defaultOption: DATA,
watch: {
data: function(value, options) {
ko.kendo.setDataSource(this, value, options);
Expand Down
4 changes: 2 additions & 2 deletions build/knockout-kendo.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "knockout-kendo",
"version": "0.9.2",
"version": "0.9.3",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "0.x.x",
Expand Down
1 change: 0 additions & 1 deletion src/knockout-kendoTreeView.js
@@ -1,6 +1,5 @@
createBinding({
name: "kendoTreeView",
defaultOption: DATA,
watch: {
data: function(value, options) {
ko.kendo.setDataSource(this, value, options);
Expand Down

0 comments on commit f2f6729

Please sign in to comment.