[ ] Refactoring or styling (code change that is neither bugfix nor performance improvement)
[ ] New feature
[ ] Documentation changes
Short description of what it does:
The "use strict" tag requires each variable to be defined, and the cSloop variable was used after the $.each loop (there was no "var" before it was used).
Pull Request type
Short description of what it does:
The "use strict" tag requires each variable to be defined, and the cSloop variable was used after the $.each loop (there was no "var" before it was used).