Add test literate coffee script

This commit is contained in:
Oliver Blanthorn 2017-02-24 22:30:47 +00:00
parent ef2ba1595a
commit 05af9f0981
2 changed files with 5 additions and 1 deletions

View file

@ -23,7 +23,7 @@ nextTab1 = () ->
target_index = (active.index + 1) % tabs.length
target = (tab for tab in tabs when tab.index == target_index)[0]
displayTab(target.id)
, console.error)
console.error)
# Change to the next tab in window, wrapping back to the start, if req.
#

4
addon/src/test.litcoffee Normal file
View file

@ -0,0 +1,4 @@
# Test
test = () ->
"hello"