Remove Ember 1.x specific code

This commit is contained in:
Robin Ward
2016-11-25 15:38:45 -05:00
parent 3765ee84e5
commit 6aa5722d2b
8 changed files with 18 additions and 62 deletions

View File

@ -6,7 +6,7 @@ moduleForWidget('post-stream');
function postStreamTest(name, attrs) {
widgetTest(name, {
template: `{{mount-widget widget="post-stream" args=(as-hash posts=posts)}}`,
template: `{{mount-widget widget="post-stream" args=(hash posts=posts)}}`,
setup() {
this.set('posts', attrs.posts.call(this));
},