mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-11-11 01:23:43 +08:00
5 lines
183 B
JavaScript
5 lines
183 B
JavaScript
import { koArrayWithDestroy } from 'External/ko';
|
|
|
|
export const IdentityUserStore = koArrayWithDestroy();
|
|
|
|
IdentityUserStore.loading = ko.observable(false).extend({ debounce: 100 });
|