From dfdd8192615e6f6ccdd691773b8d6a8c39d8d8d1 Mon Sep 17 00:00:00 2001 From: Gavin Joyce Date: Thu, 24 Mar 2016 22:45:09 -0700 Subject: [PATCH] [DOC release] remove misleading statement --- packages/ember-debug/lib/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/ember-debug/lib/index.js b/packages/ember-debug/lib/index.js index f034d6c82ab..0febc66626f 100644 --- a/packages/ember-debug/lib/index.js +++ b/packages/ember-debug/lib/index.js @@ -32,7 +32,8 @@ import { generateTestAsFunctionDeprecation } from 'ember-debug/handlers'; /** Define an assertion that will throw an exception if the condition is not met. Ember build tools will remove any calls to `Ember.assert()` when - doing a production build. Example: + doing an Ember.js framework production build and will make the assertion a + no-op for an application production build. Example: ```javascript // Test for truthiness