Created
June 30, 2016 03:15
-
-
Save ConorOBrien-Foxx/03049e275ee4566e45b5f45407f8e9c9 to your computer and use it in GitHub Desktop.
draft for misc.A of jolf
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
Misc = {}; | |
Misc.A = function(width, height, corner, horizontal, vertical, fill){ | |
var topCorner = corner[0] || corner; | |
var botCorner = corner[1] || corner; | |
var botHorizontal = horizontal[0] || horizontal; | |
var botHorizontal = horizontal[1] || horizontal; | |
var topPart = topCorner + hor | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment