diff --git a/client/app.js b/client/app.js index da94da3d1..33d40ff85 100644 --- a/client/app.js +++ b/client/app.js @@ -146,4 +146,4 @@ Meteor.autosubscribe(function() { Meteor.subscribe('comments', query, function() { Session.set('commentReady', true); }); -}); \ No newline at end of file +});