Skip to content

Instantly share code, notes, and snippets.

@uhunkler
Created April 13, 2013 10:43
Show Gist options
  • Save uhunkler/5377911 to your computer and use it in GitHub Desktop.
Save uhunkler/5377911 to your computer and use it in GitHub Desktop.
loop selection - JSTalk Sketch
for( var i = 0; i < selection.length(); i++ )
{
var layer = selection[ i ];
// do something with the selected layer
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment