fix spacing again

This commit is contained in:
Alex Kwan
2016-02-17 13:13:20 +08:00
parent c5efcac8e0
commit 317a2fe56f

View File

@@ -377,7 +377,7 @@ RestQuery.prototype.handleInclude = function() {
this.include = this.include.slice(1);
return this.handleInclude();
});
}else if (this.include.length >0){
}else if (this.include.length > 0){
this.include = this.include.slice(1);
return this.handleInclude();
}