Skip to content

Commit 18fcdf5

Browse files
Rohit MishraRohit Mishra
authored andcommitted
updated in query file
1 parent 86291a5 commit 18fcdf5

File tree

3 files changed

+0
-101
lines changed

3 files changed

+0
-101
lines changed

js-sdk-reference/global.html

Lines changed: 0 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1728,85 +1728,6 @@ <h5>Examples</h5>
17281728

17291729

17301730

1731-
<h4 class="name" id="Query"><span class="type-signature"></span>Query<span class="signature">()</span><span class="type-signature"> &rarr; {<a href="global.html#Query">Query</a>}</span></h4>
1732-
1733-
1734-
1735-
1736-
1737-
<div class="description">
1738-
Query instance to provide support for all search queries.
1739-
</div>
1740-
1741-
1742-
1743-
1744-
1745-
1746-
1747-
1748-
1749-
1750-
1751-
1752-
1753-
<dl class="details">
1754-
1755-
1756-
1757-
1758-
1759-
1760-
1761-
1762-
1763-
1764-
1765-
1766-
1767-
1768-
1769-
1770-
1771-
1772-
1773-
1774-
1775-
1776-
1777-
1778-
1779-
1780-
1781-
1782-
1783-
1784-
</dl>
1785-
1786-
1787-
1788-
1789-
1790-
1791-
1792-
1793-
1794-
1795-
1796-
1797-
1798-
<h5>Example</h5>
1799-
1800-
<pre class="prettyprint"><code>Assets().Query()</code></pre>
1801-
1802-
1803-
1804-
1805-
1806-
1807-
1808-
1809-
18101731
<h4 class="name" id="toJSON"><span class="type-signature"></span>toJSON<span class="signature">()</span><span class="type-signature"> &rarr; {Object}</span></h4>
18111732

18121733

js-sdk-reference/modules_assets.js.html

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,6 @@ <h1 class="page-title">modules/assets.js</h1>
7373
return this;
7474
}
7575

76-
/**
77-
* @method Query
78-
* @description Query instance to provide support for all search queries.
79-
* @example Assets().Query()
80-
* @returns {Query}
81-
*/
82-
// Query() {
83-
// let query = new Query();
84-
// return Utils.merge(query, this);
85-
// }
86-
8776
/**
8877
* @method toJSON
8978
* @description This method is used to convert the result in to plain javascript object.

src/core/modules/assets.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@ export default class Assets {
3434
return this;
3535
}
3636

37-
/**
38-
* @method Query
39-
* @description Query instance to provide support for all search queries.
40-
* @example Assets().Query()
41-
* @returns {Query}
42-
*/
43-
// Query() {
44-
// let query = new Query();
45-
// return Utils.merge(query, this);
46-
// }
47-
4837
/**
4938
* @method toJSON
5039
* @description This method is used to convert the result in to plain javascript object.

0 commit comments

Comments
 (0)