mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Add class component and druid_instance
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
local component = require("druid.system.component")
|
||||
|
||||
local M = component.new("radio_group")
|
||||
local M = component.create("radio_group")
|
||||
|
||||
|
||||
local function on_checkbox_click(self, index)
|
||||
|
Reference in New Issue
Block a user