Skip to content

Instantly share code, notes, and snippets.

@joshkehn
Created October 26, 2011 02:40
Show Gist options
  • Save joshkehn/1315252 to your computer and use it in GitHub Desktop.
Save joshkehn/1315252 to your computer and use it in GitHub Desktop.
map : function (parent, element, key, value) {
if (key === 'sources') {
element.setAttribute('data-original', value);
element.setAttribute('href', '/source/link/' + value);
element.innerHTML = value;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment