Rename helper.get_node -> helper.node

This commit is contained in:
Insality
2019-12-05 21:34:16 +03:00
parent 280b57ca3c
commit e45dce150d
10 changed files with 18 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ M.interest = {
function M.init(self, node)
self.node = helper.get_node(node)
self.node = helper.node(node)
self.event = const.ACTION_TOUCH
end