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 afab586 commit c85055eCopy full SHA for c85055e
lib/woql.js
@@ -237,7 +237,6 @@ WOQLQuery.prototype.nspaces = function(n){
237
return spaces;
238
}
239
240
-
241
WOQLQuery.prototype.prettyPrint = function(indent, show_context, q, embed){
242
if(!embed) this.indent = indent;
243
q = (q ? q : this.query);
@@ -370,7 +369,6 @@ WOQLQuery.prototype.setPageSize = function(size){
370
369
return this;
371
372
373
374
WOQLQuery.prototype.hasSelect = function(){
375
return this.getPagingProperty("select");
376
@@ -391,7 +389,6 @@ WOQLQuery.prototype.getSelectVariables = function(q){
391
389
392
390
393
394
395
WOQLQuery.prototype.hasStart = function(){
396
return (typeof this.getPagingProperty("start") != "undefined");
397
0 commit comments