The period isn't part of the collection name

http://en.wikipedia.org/wiki/Logical_quotes
This commit is contained in:
Dan Dascalescu
2012-10-07 23:26:50 -07:00
committed by Nick Martin
parent 6d6aecc8a4
commit f0f35650fa

View File

@@ -1,5 +1,5 @@
// Set up a collection to contain player information. On the server,
// it is backed by a MongoDB collection named "players."
// it is backed by a MongoDB collection named "players".
Players = new Meteor.Collection("players");