Skip to content

Commit

Permalink
Merge pull request #3782 from artych/fixes
Browse files Browse the repository at this point in the history
[DOC release] Remove private label for findAll, query, queryRecord
  • Loading branch information
bmac committed Sep 17, 2015
2 parents 0f06c86 + ffa73fd commit f071766
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/ember-data/lib/adapters/rest-adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,6 @@ var RESTAdapter = Adapter.extend(BuildURLMixin, {
The `findAll` method makes an Ajax (HTTP GET) request to a URL computed by `buildURL`, and returns a
promise for the resulting payload.
@private
@method findAll
@param {DS.Store} store
@param {DS.Model} type
Expand Down Expand Up @@ -411,7 +410,6 @@ var RESTAdapter = Adapter.extend(BuildURLMixin, {
The `query` argument is a simple JavaScript object that will be passed directly
to the server as parameters.
@private
@method query
@param {DS.Store} store
@param {DS.Model} type
Expand Down Expand Up @@ -439,7 +437,6 @@ var RESTAdapter = Adapter.extend(BuildURLMixin, {
The `query` argument is a simple JavaScript object that will be passed directly
to the server as parameters.
@private
@method queryRecord
@param {DS.Store} store
@param {DS.Model} type
Expand Down

0 comments on commit f071766

Please sign in to comment.