Skip to content

Instantly share code, notes, and snippets.

@STRd6
Created November 4, 2013 01:09
Show Gist options
  • Save STRd6/7296688 to your computer and use it in GitHub Desktop.
Save STRd6/7296688 to your computer and use it in GitHub Desktop.
Magic Man
.toolbar
- each @tools, (tool) ->
- activeClass = -> "active" if tool is activeTool()
.tool(style="background-image: url(#{tool.iconUrl})" class=activeClass)
-on "click", (e) ->
- activeTool(tool)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment