mirror of
https://github.com/1bardesign/batteries.git
synced 2024-11-22 06:04:35 +00:00
fixed pubsub using set but not requiring it (breaks without :export())
fixes #44
This commit is contained in:
parent
f5eda744b9
commit
f3e299e3c9
@ -4,6 +4,8 @@
|
||||
|
||||
local path = (...):gsub("pubsub", "")
|
||||
local class = require(path .. "class")
|
||||
local set = require(path .. "set")
|
||||
|
||||
local pubsub = class({
|
||||
name = "pubsub",
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user