switched to development branch

This commit is contained in:
Sacha Greif 2012-12-17 08:16:09 +01:00
parent 2fc598d9d8
commit a7afcc8046

View file

@ -146,4 +146,4 @@ Meteor.autosubscribe(function() {
Meteor.subscribe('comments', query, function() {
Session.set('commentReady', true);
});
});
});