Skip to content

Commit

Permalink
NOBUG: Trivial whitespace fix to quickly fix ongoing CI status.
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Nov 7, 2012
1 parent 2ac705c commit 9986cd9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions comment/comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,16 +309,16 @@ bodyContent: '<div class="comment-delete-confirm"><a href="#" id="confirmdelete-
CommentHelper.confirmoverlay.set('xy', [e.pageX-width-5, e.pageY]);
CommentHelper.confirmoverlay.set('visible', true);
Y.one('#canceldelete-'+scope.client_id).on('click', function(e) {
e.preventDefault();
e.preventDefault();
scope.cancel_delete();
});
Y.Event.purgeElement('#confirmdelete-'+scope.client_id, false, 'click');
Y.one('#confirmdelete-'+scope.client_id).on('click', function(e) {
e.preventDefault();
if (commentid[1]) {
scope.dodelete(commentid[1]);
}
});
e.preventDefault();
if (commentid[1]) {
scope.dodelete(commentid[1]);
}
});
}, scope, node);
}
);
Expand Down

0 comments on commit 9986cd9

Please sign in to comment.