Created
April 13, 2013 10:43
-
-
Save uhunkler/5377911 to your computer and use it in GitHub Desktop.
loop selection - JSTalk Sketch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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