Skip to content

Instantly share code, notes, and snippets.

@bearice
Created March 23, 2012 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bearice/2168400 to your computer and use it in GitHub Desktop.
Save bearice/2168400 to your computer and use it in GitHub Desktop.
if (obj['replylinks'] !== '') {
_ref = obj['replylinks'].split('&');
for (_i = 0, _len = _ref.length; _i < _len; _i++) {
x = _ref[_i];
ret.add((x.split('='))[0]);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment