mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-28 01:55:38 -05:00
Removed "Experimental" from Lua...
... and added to CoffeeScript
This commit is contained in:
parent
792e65767d
commit
4b7f9366dc
1 changed files with 2 additions and 2 deletions
|
@ -91,9 +91,9 @@ module.exports = class LadderPlayModal extends ModalView
|
|||
ctx.languages = [
|
||||
{id: 'python', name: 'Python'}
|
||||
{id: 'javascript', name: 'JavaScript'}
|
||||
{id: 'coffeescript', name: 'CoffeeScript'}
|
||||
{id: 'coffeescript', name: 'CoffeeScript (Experimental)'}
|
||||
{id: 'clojure', name: 'Clojure (Experimental)'}
|
||||
{id: 'lua', name: 'Lua (Experimental)'}
|
||||
{id: 'lua', name: 'Lua'}
|
||||
{id: 'io', name: 'Io (Experimental)'}
|
||||
]
|
||||
teamsList = teamDataFromLevel @level
|
||||
|
|
Loading…
Reference in a new issue