Skip to content

Commit c85055e

Browse files
added update to woql delete
1 parent afab586 commit c85055e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/woql.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@ WOQLQuery.prototype.nspaces = function(n){
237237
return spaces;
238238
}
239239

240-
241240
WOQLQuery.prototype.prettyPrint = function(indent, show_context, q, embed){
242241
if(!embed) this.indent = indent;
243242
q = (q ? q : this.query);
@@ -370,7 +369,6 @@ WOQLQuery.prototype.setPageSize = function(size){
370369
return this;
371370
}
372371

373-
374372
WOQLQuery.prototype.hasSelect = function(){
375373
return this.getPagingProperty("select");
376374
}
@@ -391,7 +389,6 @@ WOQLQuery.prototype.getSelectVariables = function(q){
391389
}
392390
}
393391

394-
395392
WOQLQuery.prototype.hasStart = function(){
396393
return (typeof this.getPagingProperty("start") != "undefined");
397394
}

0 commit comments

Comments
 (0)