Browse Source

update example script

v0.1.x
Brett Langdon 13 years ago
parent
commit
414bb0728b
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      example/example.js

+ 1
- 2
example/example.js View File

@ -18,5 +18,4 @@ console.dir(lua.getGlobal('global_var'));
var code = "print('Hello, Lua')";
lua.doString(code);
lua.close();
console.log("Status: " + lua.status());

Loading…
Cancel
Save