mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00
Add test literate coffee script
This commit is contained in:
parent
ef2ba1595a
commit
05af9f0981
2 changed files with 5 additions and 1 deletions
|
@ -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
4
addon/src/test.litcoffee
Normal file
|
@ -0,0 +1,4 @@
|
|||
# Test
|
||||
|
||||
test = () ->
|
||||
"hello"
|
Loading…
Add table
Reference in a new issue