Skip to content
Snippets Groups Projects
Commit c099f1c1 authored by Marcelo Schmidt's avatar Marcelo Schmidt
Browse files

newline at end of file

parent 368af802
No related branches found
No related tags found
No related merge requests found
@ChatMessage = new Meteor.Collection 'data.ChatMessage'
@ChatRoom = new Meteor.Collection 'data.ChatRoom'
@ChatSubscription = new Meteor.Collection 'data.ChatSubscription'
@ChatTyping = new Meteor.Collection 'data.ChatTyping'
\ No newline at end of file
@ChatTyping = new Meteor.Collection 'data.ChatTyping'
......@@ -14,4 +14,4 @@ Meteor.publish 'typing', (rid, start) ->
rid: rid
'u._id': { $ne: this.userId }
,
limit: 5
\ No newline at end of file
limit: 5
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment