Skip to content

Commit f0cafe6

Browse files
authored
Fix typo
Fix typo from commit f5869d0 which results in bbox config functionality being broken.
1 parent 84818f8 commit f0cafe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/themepark.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ end
472472
function themepark:plugin(name)
473473
self:init_layer_groups()
474474
local ts = require('themepark/plugins/' .. name, self)
475-
ts.self = self
475+
ts.themepark = self
476476
return ts
477477
end
478478

0 commit comments

Comments
 (0)