Refactoring: step 1

druid.lua:
- `factory` replaced with `self`
- set new name for metatable
- replaced `ipairs` with `for `i loop

data.lua:
- renamed custom messages
This commit is contained in:
Alexey Gulev
2019-08-04 22:15:22 +02:00
parent fdbacd033d
commit 4ce8e85d15
3 changed files with 97 additions and 68 deletions

View File

@@ -4,7 +4,7 @@ local helper = require("druid.helper")
local M = {}
M.interest = {
data.TRANSLATABLE,
data.ON_CHANGE_LANGUAGE,
}