Skip to content

Instantly share code, notes, and snippets.

@tmcw
Last active August 29, 2015 14:06
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 tmcw/1e3a37ab34c322dcb78a to your computer and use it in GitHub Desktop.
Save tmcw/1e3a37ab34c322dcb78a to your computer and use it in GitHub Desktop.
getLayer(id) {
return this.getActiveLayers.find(function(l) {
return l.get('id') == id;
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment