mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-25 00:09:54 -04:00
FIX: oops, forgot i has started that
This commit is contained in:
parent
ff6b389a24
commit
648e731a3c
@ -27,7 +27,8 @@ export class Passage {
|
||||
openStrongs(strongs: string) {
|
||||
this.onStrongsClicked.emit({ card: this.cardItem, qry: this.dict + strongs });
|
||||
}
|
||||
|
||||
openMenu(strongs: string) {
|
||||
}
|
||||
isPunct(c: string) {
|
||||
return new RegExp('^[\.\,\;\:\?\!]$').test(c)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user