mirror of
https://github.com/Insality/druid.git
synced 2025-09-28 02:22:18 +02:00
#160 Remove component interests, now setup it with function declaring
This commit is contained in:
@@ -23,7 +23,7 @@ local const = require("druid.const")
|
||||
local helper = require("druid.helper")
|
||||
local component = require("druid.component")
|
||||
|
||||
local Swipe = component.create("swipe", { component.ON_INPUT, component.ON_LATE_INIT })
|
||||
local Swipe = component.create("swipe")
|
||||
|
||||
|
||||
local function start_swipe(self, action)
|
||||
|
Reference in New Issue
Block a user