Skip to content

Commit

Permalink
Comment about deprecations per #51
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanve committed Apr 9, 2014
1 parent 15f1a5f commit 8f5fc65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,6 @@
* @example Response.create(object) // single
* @example Response.create([object1, object2]) // bulk
*/

function create(args) {
route(args, function(options) {
if (typeof options != 'object') throw new TypeError('@create');
Expand Down Expand Up @@ -808,6 +807,7 @@
return Response;
}

// Many methods are @deprecated (see issue #51)
Response = {
deviceMin: function() { return screenMin; }
, deviceMax: function() { return screenMax; }
Expand Down

0 comments on commit 8f5fc65

Please sign in to comment.