Skip to content

Commit

Permalink
Merge pull request #4553 from knownasilya/patch-3
Browse files Browse the repository at this point in the history
[DOCS] Fix store.unloadAll modelName param type
  • Loading branch information
bmac authored Sep 29, 2016
2 parents cdbdcfd + 8c24053 commit 4dfdb12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/-private/system/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ Store = Service.extend({
```
@method unloadAll
@param {String=} modelName
@param {String} modelName
*/
unloadAll(modelName) {
assert('Passing classes to store methods has been removed. Please pass a dasherized string instead of '+ Ember.inspect(modelName), !modelName || typeof modelName === 'string');
Expand Down

0 comments on commit 4dfdb12

Please sign in to comment.