Skip to content

Commit

Permalink
Fix karma tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromemacias committed May 18, 2015
1 parent 7815563 commit d55fb8b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ define(function (require) {
return new Entity('my_entity');
},
entries: entries,
selection: []
selection: [],
listActions: function () {

This comment has been minimized.

Copy link
@manuquentin

manuquentin May 18, 2015

Contributor

Fixed here

return [];
}
}, {
search: function () {
return {};
Expand Down

0 comments on commit d55fb8b

Please sign in to comment.