Skip to content

Commit 249edb1

Browse files
authored
Merge branch 'master' into master
2 parents 01c8170 + acdb645 commit 249edb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ParseQuery.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ class ParseQuery {
382382
/**
383383
* Constructs a Parse.Object whose id is already known by fetching data from
384384
* the server. Either options.success or options.error is called when the
385-
* find completes.
385+
* find completes. Unlike the <code>first</code> method, it never returns undefined.
386386
*
387387
* @param {String} objectId The id of the object to be fetched.
388388
* @param {Object} options A Backbone-style options object.

0 commit comments

Comments
 (0)