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 224949f + 3a7ec6b commit b3356b2Copy full SHA for b3356b2
src/ParseQuery.js
@@ -46,8 +46,7 @@ function quote(s: string) {
46
* Creates a new parse Parse.Query for the given Parse.Object subclass.
47
* @class Parse.Query
48
* @constructor
49
- * @param objectClass -
50
- * An instance of a subclass of Parse.Object, or a Parse className string.
+ * @param {} objectClass An instance of a subclass of Parse.Object, or a Parse className string.
51
*
52
* <p>Parse.Query defines a query that is used to fetch Parse.Objects. The
53
* most common use case is finding all objects that match a query through the
0 commit comments