Skip to content

Commit 523c4a7

Browse files
committed
cleanup
1 parent 751680e commit 523c4a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bookmarks-ts/src/user/BookmarkEntryBase.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { nextTick } from 'vue'
2-
import { copyp, defg, setp, $any } from 'coreds/lib/util'
2+
import { defg, setp } from 'coreds/lib/util'
33
import { PojoStore, shallowCopyTo } from 'coreds/lib/pstore/'
44
import { PojoState, Pager, SelectionFlags, PojoSO } from 'coreds/lib/types'
55
import { mergeFrom } from 'coreds/lib/diff'
@@ -31,7 +31,7 @@ export abstract class View {
3131
pupdate = setp(form.initObservable($.$new0(), $.$d), 'tag_count', null)
3232

3333
_m = defg(this, '_m', {
34-
tag_upd: $any(null),
34+
tag_upd: null as any,
3535
tag_upd_idx: 0
3636
})
3737

0 commit comments

Comments
 (0)