mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge branch 'pr-1045' into pull-requests
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user