Skip to content

Instantly share code, notes, and snippets.

@alangpierce
Created January 6, 2018 04:44
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 alangpierce/a51951a890aefc4e783709f002758761 to your computer and use it in GitHub Desktop.
Save alangpierce/a51951a890aefc4e783709f002758761 to your computer and use it in GitHub Desktop.
var colors, marker;
colors = (function() {
var i, len, ref, results;
ref = getMarkers();
results = [];
for (i = 0, len = ref.length; i < len; i++) {
marker = ref[i];
results.push(marker.color);
}
return results;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment