even more semicolons...
This commit is contained in:
@ -23,15 +23,15 @@
|
|||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
//(function() {
|
//(function() {
|
||||||
var commentitor = $('#commentitor')
|
var commentitor = $('#commentitor');
|
||||||
var userid = commentitor.data('user-id')
|
var userid = commentitor.data('user-id');
|
||||||
var fileid = commentitor.data('file-id')
|
var fileid = commentitor.data('file-id');
|
||||||
var lineInput = $('#lineInput')
|
var lineInput = $('#lineInput');
|
||||||
var commentInput = $('#commentInput')
|
var commentInput = $('#commentInput');
|
||||||
commentitor = ace.edit(commentitor[0])
|
commentitor = ace.edit(commentitor[0]);
|
||||||
|
|
||||||
$('#submitComment').click(addComment)
|
$('#submitComment').click(addComment);
|
||||||
setAnnotations()
|
setAnnotations();
|
||||||
|
|
||||||
function setAnnotations() {
|
function setAnnotations() {
|
||||||
var session = commentitor.getSession()
|
var session = commentitor.getSession()
|
||||||
|
Reference in New Issue
Block a user