Skip to content

Commit

Permalink
Rebuild. Remove stray console.log.
Browse files Browse the repository at this point in the history
  • Loading branch information
rniemeyer committed Mar 31, 2012
1 parent 68fff04 commit a52e67a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion build/knockout-kendo.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ createBinding({
}
},
min: function(newMin) {
console.log(this);
this.options.min = newMin;
//make sure that current value is still valid
if (this.value() < newMin) {
Expand Down
2 changes: 1 addition & 1 deletion build/knockout-kendo.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/knockout-kendoNumericTextBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ createBinding({
}
},
min: function(newMin) {
console.log(this);
this.options.min = newMin;
//make sure that current value is still valid
if (this.value() < newMin) {
Expand Down

0 comments on commit a52e67a

Please sign in to comment.