improve javascript
Improve JavaScript:
- Cache
windowanddocumentobject - Hoist variables in
forstatement to top of function - Replace space indentation with tabs
- Improve coding style
@marcobiedermann Looks good. Please remove the dist/* files from this PR. They will be auto generated when PR is merged into master.
@chinchang I've updated my pull request to your suggested changes!
@chinchang BTW, how do you auto generate the files in dist? Do you use some git hooks or any third party service?
@marcobiedermann I think there is confusion...the dist/ files were to be removed from your PR, but I think you removed them from the repo itself :) Just that your PR changes should not show any change regarding dist/ files
Right now its a local script that does the tagging, building etc stuff whenever a release is ready on master. But I suppose I could do that with travis as well.
Ping @chinchang 😄
I'm closing this issue because this project is no longer being maintained