Jumper icon indicating copy to clipboard operation
Jumper copied to clipboard

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

Open xpol opened this issue 8 years ago • 2 comments

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)

xpol avatar Mar 08 '16 08:03 xpol

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.

Yonaba avatar Mar 08 '16 12:03 Yonaba

Here is #46

You must need

:smile:

xpol avatar Mar 08 '16 16:03 xpol