From a977acec89c829b23d790a02c0abf9bb5dfd5a54 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 23 Jun 2009 01:48:01 +0100 Subject: modulemanager: Expose api table to allow others to extend the module API --- core/modulemanager.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/modulemanager.lua b/core/modulemanager.lua index 24a0da6c..19e0a982 100644 --- a/core/modulemanager.lua +++ b/core/modulemanager.lua @@ -38,7 +38,8 @@ local _G = _G; module "modulemanager" -local api = {}; -- Module API container +api = {}; +local api = api; -- Module API container local modulemap = { ["*"] = {} }; -- cgit v1.2.3