Last active
April 5, 2016 12:07
-
-
Save Drumsticks/a64e89094aaef124187fa4abd157497e to your computer and use it in GitHub Desktop.
Hi Andrew, I messaged you on Twitter about an issue I found in your minimizer. I am defaulting function parameters that your minimizer does not like. An example and description of what I am describing is located at https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Default_parameters
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
function ExampleFunction(i = 1) { | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment