I saw the code as below in a html file. It appears like passing into the app.js a value as v=$appVersion
<script>document.write("<script type='text/javascript' src='resources/js/app.js?v=" + appVersion + "'><\/script>");</script>
However, I did not find a global variable "v" in app.js. Curious what does this line do...