mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Move helper.get_node to component
This commit is contained in:
@@ -9,7 +9,7 @@ local M = component.create("blocker", { const.ON_SWIPE })
|
||||
|
||||
|
||||
function M.init(self, node)
|
||||
self.node = helper.get_node(node)
|
||||
self.node = self:get_node(node)
|
||||
self.event = const.ACTION_TOUCH
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user