Skip to content

Instantly share code, notes, and snippets.

@Drumsticks
Last active April 5, 2016 12:07
Show Gist options
  • Save Drumsticks/a64e89094aaef124187fa4abd157497e to your computer and use it in GitHub Desktop.
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
function ExampleFunction(i = 1) {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment