Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gk3
Created February 12, 2015 21:12
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 gk3/1e4cfa002da1dd67bb9f to your computer and use it in GitHub Desktop.
Save gk3/1e4cfa002da1dd67bb9f to your computer and use it in GitHub Desktop.
setting sublayer style of clicked layer
layer.on Events.Click, ->
for sublayer in @.subLayers
sublayer.style =
background: 'blue'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment