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:
@@ -17,7 +17,7 @@ local Event = require("druid.event")
|
||||
local const = require("druid.const")
|
||||
local component = require("druid.component")
|
||||
|
||||
local BackHandler = component.create("back_handler", { component.ON_INPUT })
|
||||
local BackHandler = component.create("back_handler")
|
||||
|
||||
|
||||
--- Component init function
|
||||
|
Reference in New Issue
Block a user