Created
July 1, 2016 16:44
-
-
Save stevekrouse/07a639542d8abe8910ce94eb2f9dc58d to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| // 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