Rename helper.node -> helper.get_node

This commit is contained in:
Insality
2020-01-30 01:01:26 +03:00
parent 09ae21a367
commit 9223862dc2
11 changed files with 33 additions and 17 deletions

View File

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