File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ export default class Assets {
40
40
* @example Assets().Query()
41
41
* @returns {Query }
42
42
*/
43
- Query ( ) {
44
- let query = new Query ( ) ;
45
- return Utils . merge ( query , this ) ;
46
- }
43
+ // Query() {
44
+ // let query = new Query();
45
+ // return Utils.merge(query, this);
46
+ // }
47
47
48
48
/**
49
49
* @method toJSON
Original file line number Diff line number Diff line change @@ -90,11 +90,11 @@ const _extend = {
90
90
* @ignore
91
91
*/
92
92
export default class Query extends Entry {
93
+
93
94
constructor ( ) {
94
95
super ( ) ;
95
96
this . _query = this . _query || { } ;
96
97
this . _query [ 'query' ] = this . _query [ 'query' ] || { } ;
97
-
98
98
/**
99
99
* @method lessThan
100
100
* @description This method provides only the entries with values less than the specified value for a field.
You can’t perform that action at this time.
0 commit comments