mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 22:17:03 +03:00
re-enable simplified knockoutjs checked binding
This commit is contained in:
parent
d0376b53a8
commit
ac424fc584
5 changed files with 128 additions and 70 deletions
|
|
@ -5,7 +5,7 @@ ko.bindingHandlers['textInput'] = {
|
|||
timeoutHandle,
|
||||
elementValueBeforeEvent;
|
||||
|
||||
var updateModel = event => {
|
||||
var updateModel = () => {
|
||||
clearTimeout(timeoutHandle);
|
||||
elementValueBeforeEvent = timeoutHandle = undefined;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue