Fix a syntax error in the SQL Editor.
parent
1e427890de
commit
4e21cdb64b
|
@ -891,7 +891,7 @@ define([
|
||||||
}
|
}
|
||||||
dataView.setItems(collection, self.client_primary_key);
|
dataView.setItems(collection, self.client_primary_key);
|
||||||
},
|
},
|
||||||
fetch_next_all(cb) {
|
fetch_next_all: function(cb) {
|
||||||
this.fetch_next(true, cb);
|
this.fetch_next(true, cb);
|
||||||
},
|
},
|
||||||
fetch_next: function(fetch_all, cb) {
|
fetch_next: function(fetch_all, cb) {
|
||||||
|
|
Loading…
Reference in New Issue