Skip to content

Commit

Permalink
Merge pull request #45 from nypublicradio/new-embedded-components
Browse files Browse the repository at this point in the history
don't rely on our forked version of ember-wormhole anymore
  • Loading branch information
Brian Whitton authored Apr 3, 2017
2 parents a87369e + 4290313 commit a6193cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/components/django-page/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
classNames=ec.componentName
currentAudio=(if (eq ec.componentName 'listen-button.embedded') audio.currentId)
playState=(if (eq ec.componentName 'listen-button.embedded') audio.playState)
audio=(if (eq ec.componentName 'listen-button.embedded') audio)
audio=audio
embeddedAttrs=ec.args}}
{{/ember-wormhole}}
{{/each}}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
"ember-moment": "6.1.0",
"ember-multiselect-checkboxes": "0.10.1",
"ember-poll": "^1.0.1",
"ember-power-select": "^1.0.0-beta.19",
"ember-power-select": "1.6.0",
"ember-query-method": "^0.1.0",
"ember-resolver": "^2.0.3",
"ember-responsive": "2.0.0",
Expand All @@ -88,7 +88,7 @@
"ember-sortable": "1.9.0",
"ember-truth-helpers": "1.2.0",
"ember-waypoints": "nypublicradio/ember-waypoints",
"ember-wormhole": "nypublicradio/ember-wormhole",
"ember-wormhole": "0.5.1",
"glob": "7.1.1",
"grunt": "^1.0.1",
"grunt-modernizr": "^1.0.2",
Expand Down

0 comments on commit a6193cf

Please sign in to comment.