Skip to content

Commit

Permalink
Merge pull request #16883 from jamescdavis/mark_buildInstance_as_public
Browse files Browse the repository at this point in the history
Mark Application/Engine#buildInstance() as public
  • Loading branch information
rwjblue authored Sep 3, 2018
2 parents 69d5f65 + 72da0db commit bffb6f1
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 @@ -398,7 +398,7 @@ const Application = Engine.extend({
/**
Create an ApplicationInstance for this application.
@private
@public
@method buildInstance
@return {ApplicationInstance} the application instance
*/
Expand Down
2 changes: 1 addition & 1 deletion packages/@ember/engine/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const Engine = Namespace.extend(RegistryProxyMixin, {
/**
Create an EngineInstance for this engine.
@private
@public
@method buildInstance
@return {EngineInstance} the engine instance
*/
Expand Down

0 comments on commit bffb6f1

Please sign in to comment.