UNPKG

ember-cli-head

Version:

An addon to easily set document head content via a template.

9 lines (8 loc) 266 B
export default { name: 'head-browser', initialize() { // do nothing! // this functionality has been moved into addon/components/head-layout.js // This is only here in order to not break existing addons relying on this, e.g. ember-page-title. }, };