mikehostetler / amplify

AmplifyJS
http://amplifyjs.com
GNU General Public License v2.0
1.45k stars 143 forks source link

amplify.request contained a semi-colon instead of a comma, creating several global variables. #33

Closed eliperelman closed 12 years ago

eliperelman commented 12 years ago

Variable declarations were terminated with a semi-colon and not with a comma, making all subsequent variables global.