mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03:00
Removed title binding handler
This commit is contained in:
parent
e3219a2636
commit
3db4827354
4 changed files with 16 additions and 20 deletions
4
dev/External/ko.js
vendored
4
dev/External/ko.js
vendored
|
|
@ -89,10 +89,6 @@ Object.assign(ko.bindingHandlers, {
|
|||
}
|
||||
},
|
||||
|
||||
title: {
|
||||
update: (element, fValueAccessor) => element.title = ko.unwrap(fValueAccessor())
|
||||
},
|
||||
|
||||
command: {
|
||||
init: (element, fValueAccessor, fAllBindings, viewModel, bindingContext) => {
|
||||
const command = fValueAccessor();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue