1
0
Fork 0

fixed jslint warnings

This commit is contained in:
Jan Steemann 2013-10-31 19:00:58 +01:00
parent abcf1c769a
commit 1fd745d005
1 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,8 @@ window.arangoDocuments = Backbone.Collection.extend({
if (this.documentsCount <= sortCount) {
//sorted
myQueryVal = "FOR x in @@collection SORT TO_NUMBER(x._key) == 0 ? x._key : TO_NUMBER(x._key) LIMIT @offset, @count RETURN x";
myQueryVal = "FOR x in @@collection SORT TO_NUMBER(x._key) == 0 ? " +
"x._key : TO_NUMBER(x._key) LIMIT @offset, @count RETURN x";
}
else {
//not sorted