Use proper JavaScript comment. Closes #519

This commit replaces Razor syntax specific comment with default,
line JavaScript comment
This commit is contained in:
Peter Blazejewicz 2015-08-04 22:38:59 +02:00 committed by Kiran Challa
parent 7f88a655c9
commit 012eb9a864
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
<script src="~/Scripts/jquery.signalR-2.0.1.min.js"></script>
<script src="~/signalr/hubs" type="text/javascript"></script>
<script>
@*To display what's new in the store*@
// To display what's new in the store
$(function () {
$.connection.hub.logging = true;
var announcementsHub = $.connection.Announcement;