mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Drop the disabled Knockout twoWayBindings
This commit is contained in:
parent
c9f14318ea
commit
f7f3b0d373
7 changed files with 79 additions and 79 deletions
|
|
@ -51,7 +51,7 @@ ko.bindingHandlers['textInput'] = {
|
|||
ko.computed(updateView, { disposeWhenNodeIsRemoved: element });
|
||||
}
|
||||
};
|
||||
ko.expressionRewriting.twoWayBindings.add('textInput');
|
||||
//ko.expressionRewriting.twoWayBindings.add('textInput');
|
||||
|
||||
// textinput is an alias for textInput
|
||||
ko.bindingHandlers['textinput'] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue