File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 75047504
75057505 /**
75067506 * Retrieves a list of AVObjects that satisfy the CQL.
7507- * CQL syntax please see https://cn.avoscloud.com/docs/cql_guide.html
7507+ * CQL syntax please see <a href=' https://cn.avoscloud.com/docs/cql_guide.html'>CQL Guide.</a>
75087508 * Either options.success or options.error is called when the find
75097509 * completes.
75107510 *
7511- * @param {String } cql, A CQL string, see https://cn.avoscloud.com/docs/cql_guide.html
7511+ * @param {String } cql, A CQL string, see <a href=' https://cn.avoscloud.com/docs/cql_guide.html'>CQL Guide.</a>
75127512 * @return {AV.Promise } A promise that is resolved with the results when
75137513 * the query completes.
75147514 */
Original file line number Diff line number Diff line change 73257325
73267326 /**
73277327 * Retrieves a list of AVObjects that satisfy the CQL.
7328- * CQL syntax please see https://cn.avoscloud.com/docs/cql_guide.html
7328+ * CQL syntax please see <a href=' https://cn.avoscloud.com/docs/cql_guide.html'>CQL Guide.</a>
73297329 * Either options.success or options.error is called when the find
73307330 * completes.
73317331 *
7332- * @param {String } cql, A CQL string, see https://cn.avoscloud.com/docs/cql_guide.html
7332+ * @param {String } cql, A CQL string, see <a href=' https://cn.avoscloud.com/docs/cql_guide.html'>CQL Guide.</a>
73337333 * @return {AV.Promise } A promise that is resolved with the results when
73347334 * the query completes.
73357335 */
You can’t perform that action at this time.
0 commit comments