Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax error in jumper/core/lookuptable.lua#L1 #45

Open
xpol opened this issue Mar 8, 2016 · 2 comments
Open

Syntax error in jumper/core/lookuptable.lua#L1 #45

xpol opened this issue Mar 8, 2016 · 2 comments

Comments

@xpol
Copy link

xpol commented Mar 8, 2016

https://github.com/Yonaba/Jumper/blob/master/jumper/core/lookuptable.lua#L1

local addNode(self, node, nextNode, ed)

did you mean

local function addNode(self, node, nextNode, ed)
@Yonaba
Copy link
Owner

Yonaba commented Mar 8, 2016

Hi @xpol
Much thanks for noticing that. It is definitely a syntax error. Feel free to fire a pull request.
Bear in mind this module is an experimental feature I was thinking of adding, and I might remove it though.

@xpol
Copy link
Author

xpol commented Mar 8, 2016

Here is #46

You must need

😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants