diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-03-20 10:52:27 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-03-20 10:52:27 -0700 |
commit | 84fec940dbe819d2c0603bbda68fc4dec6ab2c0e (patch) | |
tree | 13c095b580f9c5e5c282f2f6c147dcb50263049b /jp/dictionary.js | |
parent | 8f24c5ff6a3bcbb4b5e1bbe129c2365691554827 (diff) |
More stubbing
Diffstat (limited to 'jp/dictionary.js')
-rw-r--r-- | jp/dictionary.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jp/dictionary.js b/jp/dictionary.js index 42825fa3..2b11d252 100644 --- a/jp/dictionary.js +++ b/jp/dictionary.js @@ -18,6 +18,11 @@ class Dictionary { + constructor(rules) { + this.rules = rules; + } + deinflect(term, validator) { + } } |