Skip to content

Commit 0a62d00

Browse files
committed
Updated comment to av_merge.js
1 parent 57cb439 commit 0a62d00

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/av_merged.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7349,8 +7349,10 @@
73497349
* completes.
73507350
*
73517351
* @param {String} cql, A CQL string, see <a href='https://cn.avoscloud.com/docs/cql_guide.html'>CQL Guide.</a>
7352+
* @param {Array} pvalues, An array contains placeholder values,it's optional.
7353+
* @param {Object} options A Backbone-style options object,it's optional.
73527354
* @return {AV.Promise} A promise that is resolved with the results when
7353-
* the query completes.
7355+
* the query completes,it's optional.
73547356
*/
73557357
AV.Query.doCloudQuery = function(cql, options) {
73567358
var params = { cql: cql };
@@ -8960,6 +8962,8 @@
89608962
* <li>expiration_interval - The seconds from now to expire the push.</li>
89618963
* <li>where - A AV.Query over AV.Installation that is used to match
89628964
* a set of installations to push to.</li>
8965+
* <li>cql - A CQL statement over AV.Installation that is used to match
8966+
* a set of installations to push to.</li>
89638967
* <li>data - The data to send as part of the push</li>
89648968
* <ol>
89658969
* @param {Object} options An object that has an optional success function,

0 commit comments

Comments
 (0)