mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Removed pikaday (unused)
This commit is contained in:
parent
871139de39
commit
12c88e34b3
4 changed files with 3 additions and 18 deletions
13
dev/External/ko.js
vendored
13
dev/External/ko.js
vendored
|
|
@ -1,7 +1,6 @@
|
|||
import window from 'window';
|
||||
import $ from '$';
|
||||
import Opentip from 'Opentip';
|
||||
import Pikaday from 'pikaday';
|
||||
|
||||
import { SaveSettingsStep, Magics } from 'Common/Enums';
|
||||
|
||||
|
|
@ -108,18 +107,6 @@ ko.bindingHandlers.scrollerShadows = {
|
|||
}
|
||||
};
|
||||
|
||||
ko.bindingHandlers.pikaday = {
|
||||
init: (element, fValueAccessor, fAllBindingsAccessor, viewModel, bindingContext) => {
|
||||
ko.bindingHandlers.textInput.init(element, fValueAccessor, fAllBindingsAccessor, viewModel, bindingContext);
|
||||
|
||||
if (Pikaday) {
|
||||
element.__pikaday = new Pikaday({
|
||||
field: element
|
||||
});
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
ko.bindingHandlers.visibleAnimated = {
|
||||
init: (element, fValueAccessor) => {
|
||||
const $el = $(element);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue