Last active
July 28, 2016 22:54
-
-
Save leandrojo/23155c3a0e4ed7251734a9232cf51a0d to your computer and use it in GitHub Desktop.
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
| import _ from 'underscore'; | |
| import s from 'underscore.string'; | |
| function renderMarker(markers) { | |
| // Se Educação Física... | |
| return _.each(markers, (marker) => { | |
| // ... na lista ele retorna educacao_fisica.svg. | |
| return returns.slugify(marker) + ".svg"; | |
| }); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment