Created
October 19, 2014 15:31
-
-
Save sergeyt/1268ec50617b3efa2142 to your computer and use it in GitHub Desktop.
dataset without value
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Template.langs.helpers({ | |
list: function() { | |
return [ | |
{"name": "C#"}, | |
{"name": "JavaScript"}, | |
{"name": "CoffeeScript"} | |
]; | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment