mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
this.addObservables() to addObservablesTo()
This commit is contained in:
parent
839ebfb350
commit
7fac6ca9dd
30 changed files with 78 additions and 58 deletions
|
|
@ -1,13 +1,13 @@
|
|||
import { i18n } from 'Common/Translator';
|
||||
import { isFunction } from 'Common/Utils';
|
||||
|
||||
import { addObservablesTo } from 'External/ko';
|
||||
import { AbstractViewPopup } from 'Knoin/AbstractViews';
|
||||
|
||||
export class AskPopupView extends AbstractViewPopup {
|
||||
constructor() {
|
||||
super('Ask');
|
||||
|
||||
this.addObservables({
|
||||
addObservablesTo(this, {
|
||||
askDesc: '',
|
||||
yesButton: '',
|
||||
noButton: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue