mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
The period isn't part of the collection name
http://en.wikipedia.org/wiki/Logical_quotes
This commit is contained in:
committed by
Nick Martin
parent
6d6aecc8a4
commit
f0f35650fa
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user