From ef7bc7c1f8684af04da5d9e91fecf6ce82ecf397 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Wed, 26 Apr 2017 16:56:48 +1000 Subject: All core files reference defs.js instead of lua.js --- src/lbaselib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lbaselib.js') diff --git a/src/lbaselib.js b/src/lbaselib.js index 57173b6..02b9fc6 100644 --- a/src/lbaselib.js +++ b/src/lbaselib.js @@ -369,7 +369,7 @@ if (typeof require === "function") { base_funcs.loadfile = luaB_loadfile; base_funcs.dofile = luaB_dofile; } - + } const luaopen_base = function(L) { -- cgit v1.2.3-54-g00ecf