Removed "Experimental" from Lua...

... and added to CoffeeScript
This commit is contained in:
Imperadeiro98 2015-03-18 17:58:29 +00:00
parent 792e65767d
commit 4b7f9366dc

View file

@ -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