Skip to content

Commit

Permalink
Merge pull request #3941 from bmac/public-adapter-store-for
Browse files Browse the repository at this point in the history
Mark `adapterFor` and `serializerFor` as public
  • Loading branch information
bmac committed Nov 18, 2015
2 parents 3fc52c4 + 38ef355 commit 7f34167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/system/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,7 @@ Store = Service.extend({
the value of the `defaultAdapter`.
@method adapterFor
@private
@public
@param {String} modelName
@return DS.Adapter
*/
Expand Down Expand Up @@ -1973,7 +1973,7 @@ Store = Service.extend({
to an instance of `DS.JSONSerializer`.
@method serializerFor
@private
@public
@param {String} modelName the record to serialize
@return {DS.Serializer}
*/
Expand Down

0 comments on commit 7f34167

Please sign in to comment.