diff options
Diffstat (limited to 'ext/bg/js/deinflector.js')
-rw-r--r-- | ext/bg/js/deinflector.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/bg/js/deinflector.js b/ext/bg/js/deinflector.js index 194dbab6..bbb228b5 100644 --- a/ext/bg/js/deinflector.js +++ b/ext/bg/js/deinflector.js @@ -20,9 +20,9 @@ class Deinflection { constructor(term, tags=[], rule='') { this.children = []; - this.term = term; - this.tags = tags; - this.rule = rule; + this.term = term; + this.tags = tags; + this.rule = rule; } validate(validator) { |