Skip to content

Commit

Permalink
[DOC] Fix example code on normalize method
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadsoe authored and pangratz committed Apr 5, 2016
1 parent e190634 commit 0151b76
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 @@ -1810,7 +1810,7 @@ Store = Service.extend({
socket.on('message', function(message) {
var modelName = message.model;
var data = message.data;
store.push(modelName, store.normalize(modelName, data));
store.push(store.normalize(modelName, data));
});
```
Expand Down

0 comments on commit 0151b76

Please sign in to comment.