Skip to content

Instantly share code, notes, and snippets.

@leandrojo
Last active July 28, 2016 22:54
Show Gist options
  • Select an option

  • Save leandrojo/23155c3a0e4ed7251734a9232cf51a0d to your computer and use it in GitHub Desktop.

Select an option

Save leandrojo/23155c3a0e4ed7251734a9232cf51a0d to your computer and use it in GitHub Desktop.
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