From 6cbb0bb30e8d8d77f3c858a14f53ead8d040a778 Mon Sep 17 00:00:00 2001 From: hwillson Date: Wed, 6 Apr 2016 12:48:56 -0400 Subject: [PATCH] Added in missing Meteor.isProduction. --- docs/client/full-api/api/core.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/client/full-api/api/core.md b/docs/client/full-api/api/core.md index e8dad2456c..4959471556 100644 --- a/docs/client/full-api/api/core.md +++ b/docs/client/full-api/api/core.md @@ -14,6 +14,7 @@ authentication mechanisms, should be kept in the `server` directory. {{> autoApiBox "Meteor.isCordova"}} {{> autoApiBox "Meteor.isDevelopment"}} +{{> autoApiBox "Meteor.isProduction"}} {{> autoApiBox "Meteor.startup"}}