mirror of
https://github.com/Insality/druid
synced 2025-11-26 19:00:52 +01:00
#160 Remove component interests, now setup it with function declaring
This commit is contained in:
@@ -34,7 +34,7 @@ local const = require("druid.const")
|
||||
local helper = require("druid.helper")
|
||||
local component = require("druid.component")
|
||||
|
||||
local Progress = component.create("progress", { component.ON_UPDATE, component.ON_LAYOUT_CHANGE })
|
||||
local Progress = component.create("progress")
|
||||
|
||||
|
||||
local function check_steps(self, from, to, exactly)
|
||||
|
||||
Reference in New Issue
Block a user