FIX: oops, forgot i has started that

This commit is contained in:
jason.wall 2017-01-04 17:17:56 -05:00
parent ff6b389a24
commit 648e731a3c

View File

@ -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)
}