Adding semi-colon on context variable on service invoker Js

This commit is contained in:
Rasika Perera 2016-12-01 12:14:40 +05:30
parent 4283c3ed4d
commit 06db0fa707

View File

@ -36,7 +36,7 @@
{{#zone "topJs"}}
<script type="text/javascript">
var context = "{{@app.context}}"
var context = "{{@app.context}}";
</script>
{{/zone}}