mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 20:33:54 -04:00
Polishing
This commit is contained in:
parent
58549d6b0a
commit
2d21fe97a5
8 changed files with 136 additions and 109 deletions
|
@ -21,7 +21,7 @@ end
|
|||
-- Creates and initializes a new Bag.
|
||||
-- @param ... The values passed to the populate function
|
||||
-- @return A new initialized Bag
|
||||
function Component:initialize(...)
|
||||
function Component:__initialize(...)
|
||||
if self.__populate then
|
||||
local bag = {}
|
||||
self.__populate(bag, ...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue