Fix a syntax error in the SQL Editor.

REL-1_X
Harshal Dhumal 2017-07-03 11:02:20 +01:00 committed by Dave Page
parent 1e427890de
commit 4e21cdb64b
1 changed files with 1 additions and 1 deletions

View File

@ -891,7 +891,7 @@ define([
}
dataView.setItems(collection, self.client_primary_key);
},
fetch_next_all(cb) {
fetch_next_all: function(cb) {
this.fetch_next(true, cb);
},
fetch_next: function(fetch_all, cb) {