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.
1 parent 55222ad commit a53017bCopy full SHA for a53017b
src/core/modules/assets.js
@@ -34,17 +34,6 @@ export default class Assets {
34
return this;
35
}
36
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
-
48
/**
49
* @method toJSON
50
* @description This method is used to convert the result in to plain javascript object.
0 commit comments