Skip to content
This repository was archived by the owner on Mar 22, 2019. It is now read-only.

Remove deprecated code example from Cookbook#1926

Merged
twokul merged 1 commit intoemberjs:masterfrom
e00dan:patch-1
Jan 11, 2015
Merged

Remove deprecated code example from Cookbook#1926
twokul merged 1 commit intoemberjs:masterfrom
e00dan:patch-1

Conversation

@e00dan
Copy link
Contributor

@e00dan e00dan commented Jan 10, 2015

Using {{outlet modal}} produces warning:

DEPRECATION: Using {{outlet}} with an unquoted name is not supported. Please update to quoted usage '{{outlet "modal"}}'.
        at outletHelper (http://localhost:4200/assets/vendor.js:34983:13)
        at Object.__exports__.default.Ember.Handlebars.template.main (grruca/templates/application.js:10:105)
        at ret (http://localhost:4200/assets/vendor.js:11023:32)
        at CoreView.extend.render (http://localhost:4200/assets/vendor.js:56437:20)
        at EmberRenderer_createElement [as createElement] (http://localhost:4200/assets/vendor.js:53540:16)
        at EmberRenderer.Renderer_renderTree [as renderTree] (http://localhost:4200/assets/vendor.js:23631:24)
        at EmberRenderer.scheduledRenderTree (http://localhost:4200/assets/vendor.js:23708:16)
        at Queue.invoke (http://localhost:4200/assets/vendor.js:14393:18)
        at Object.Queue.flush (http://localhost:4200/assets/vendor.js:14458:13)

Using `{{outlet modal}}` produces warning:
~~~~
DEPRECATION: Using {{outlet}} with an unquoted name is not supported. Please update to quoted usage '{{outlet "modal"}}'.
        at outletHelper (http://localhost:4200/assets/vendor.js:34983:13)
        at Object.__exports__.default.Ember.Handlebars.template.main (grruca/templates/application.js:10:105)
        at ret (http://localhost:4200/assets/vendor.js:11023:32)
        at CoreView.extend.render (http://localhost:4200/assets/vendor.js:56437:20)
        at EmberRenderer_createElement [as createElement] (http://localhost:4200/assets/vendor.js:53540:16)
        at EmberRenderer.Renderer_renderTree [as renderTree] (http://localhost:4200/assets/vendor.js:23631:24)
        at EmberRenderer.scheduledRenderTree (http://localhost:4200/assets/vendor.js:23708:16)
        at Queue.invoke (http://localhost:4200/assets/vendor.js:14393:18)
        at Object.Queue.flush (http://localhost:4200/assets/vendor.js:14458:13)
~~~~
twokul added a commit that referenced this pull request Jan 11, 2015
Remove deprecated code example from Cookbook
@twokul twokul merged commit 1786555 into emberjs:master Jan 11, 2015
@e00dan e00dan deleted the patch-1 branch January 11, 2015 00:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants