mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
This commit is contained in:
parent
a1a413dca2
commit
2d429297ad
9 changed files with 3 additions and 27 deletions
7
dev/External/ko.js
vendored
7
dev/External/ko.js
vendored
|
|
@ -83,13 +83,6 @@ ko.bindingHandlers.dropdownCloser = {
|
|||
)
|
||||
};
|
||||
|
||||
ko.bindingHandlers.popover = {
|
||||
init: (element, fValueAccessor) => {
|
||||
const conf = ko.unwrap(fValueAccessor());
|
||||
element.title = conf.content; // conf.title
|
||||
}
|
||||
};
|
||||
|
||||
ko.bindingHandlers.onEnter = {
|
||||
init: (element, fValueAccessor, fAllBindingsAccessor, viewModel) => {
|
||||
let fn = event => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue