Skip to content

Instantly share code, notes, and snippets.

@stevekrouse
Created July 1, 2016 16:44
Show Gist options
  • Select an option

  • Save stevekrouse/07a639542d8abe8910ce94eb2f9dc58d to your computer and use it in GitHub Desktop.

Select an option

Save stevekrouse/07a639542d8abe8910ce94eb2f9dc58d to your computer and use it in GitHub Desktop.
// WoofJS
// set optional parameters explicitly by name
var r1 = new Rectangle({x: 100, y: 200, width: 30, height: 40});
// set properties by name
r1.color = "blue";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment