Removed title binding handler

This commit is contained in:
the-djmaze 2023-12-09 20:05:57 +01:00
parent e3219a2636
commit 3db4827354
4 changed files with 16 additions and 20 deletions

4
dev/External/ko.js vendored
View file

@ -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();