mirror of
https://github.com/Insality/druid
synced 2025-09-28 02:22:19 +02:00
Add class component and druid_instance
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
local helper = require("druid.helper")
|
||||
local component = require("druid.system.component")
|
||||
|
||||
local M = component.new("grid")
|
||||
local M = component.create("grid")
|
||||
|
||||
|
||||
function M.init(self, parent, element, in_row)
|
||||
|
Reference in New Issue
Block a user