Skip to content

Commit

Permalink
Merge pull request #13180 from GavinJoyce/gj/assert-docs
Browse files Browse the repository at this point in the history
[DOC release] remove misleading statement
  • Loading branch information
mixonic committed Mar 27, 2016
2 parents 3bf8c0f + dfdd819 commit e35e8b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ember-debug/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e35e8b4

Please sign in to comment.