mirror of
https://github.com/Insality/druid.git
synced 2025-06-28 19:07:44 +02:00
Typo fix in custom component
This commit is contained in:
parent
bf81bdfae0
commit
2ef288402e
@ -1,7 +1,7 @@
|
||||
local const = require("druid.const")
|
||||
local component = require("druid.component")
|
||||
|
||||
local M = component.create("my_component_name", { M.ON_UPDATE })
|
||||
local M = component.create("my_component_name", { const.ON_UPDATE })
|
||||
|
||||
|
||||
-- Component constructor
|
||||
|
Loading…
x
Reference in New Issue
Block a user