We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 01c8170 + acdb645 commit 249edb1Copy full SHA for 249edb1
src/ParseQuery.js
@@ -382,7 +382,7 @@ class ParseQuery {
382
/**
383
* Constructs a Parse.Object whose id is already known by fetching data from
384
* the server. Either options.success or options.error is called when the
385
- * find completes.
+ * find completes. Unlike the <code>first</code> method, it never returns undefined.
386
*
387
* @param {String} objectId The id of the object to be fetched.
388
* @param {Object} options A Backbone-style options object.
0 commit comments