Skip to content

Commit

Permalink
Merge pull request #16842 from mike-north/patch-2
Browse files Browse the repository at this point in the history
mark Application/EngineInstance#boot as public
  • Loading branch information
rwjblue authored Jul 23, 2018
2 parents 0420806 + 77b4b83 commit 4535981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/@ember/application/lib/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ const Application = Engine.extend({
is disabled, this is automatically called when the first application instance is
created via `visit`.
@private
@public
@method boot
@return {Promise<Application,Error>}
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/@ember/engine/instance.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const EngineInstance = EmberObject.extend(RegistryProxyMixin, ContainerProxyMixi
See the documentation on `BootOptions` for the options it takes.
@private
@public
@method boot
@param options {Object}
@return {Promise<EngineInstance,Error>}
Expand Down

0 comments on commit 4535981

Please sign in to comment.