mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Updated method name to new camelcase convention
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
// connect to madewith and subscribe to my app's record
|
||||
var server = Meteor.connect("http://madewith.meteor.com/sockjs");
|
||||
var sub = server.subscribe("my_app", hostname);
|
||||
var sub = server.subscribe("myApp", hostname);
|
||||
|
||||
// minimongo collection to hold my singleton app record.
|
||||
var apps = new Meteor.Collection('apps', server);
|
||||
|
||||
Reference in New Issue
Block a user