Merge branch 'pr-1045' into pull-requests

This commit is contained in:
Nick Martin
2013-05-22 22:42:17 -07:00

View File

@@ -1,3 +1,9 @@
// This file is used to set up aliases and methods to preserve backwards
// compatibility on some deprecated methods. Care should be taken when
// adding aliases and methods that the target will not be undefined, as
// the past package is loaded early. In some cases, it may be best to
// define the alias in the package it refers to.
// Old under_score version of camelCase public API names.
Meteor.is_client = Meteor.isClient;
Meteor.is_server = Meteor.isServer;