diff options
author | daurnimator <quae@daurnimator.com> | 2017-04-26 16:56:48 +1000 |
---|---|---|
committer | daurnimator <quae@daurnimator.com> | 2017-04-26 17:06:43 +1000 |
commit | ef7bc7c1f8684af04da5d9e91fecf6ce82ecf397 (patch) | |
tree | 755d5fbf73d257b8d66aefe467c8918eed43649a /src/lbaselib.js | |
parent | f795975870b29082b72c1c8b3c461233c833e09a (diff) | |
download | fengari-ef7bc7c1f8684af04da5d9e91fecf6ce82ecf397.tar.gz fengari-ef7bc7c1f8684af04da5d9e91fecf6ce82ecf397.tar.bz2 fengari-ef7bc7c1f8684af04da5d9e91fecf6ce82ecf397.zip |
All core files reference defs.js instead of lua.js
Diffstat (limited to 'src/lbaselib.js')
-rw-r--r-- | src/lbaselib.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |