code style

This commit is contained in:
cvette 2014-12-22 18:54:56 +01:00
parent a6b8ca70af
commit 31c7973763
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ Memory.prototype.all = function all(model, filter, callback) {
function sorting(a, b) { function sorting(a, b) {
for (var i = 0, l = this.length; i < l; i++) { for (var i = 0, l = this.length; i < l; i++) {
if(a[this[i].key] === undefined && b[this[i].key] === undefined) { if (a[this[i].key] === undefined && b[this[i].key] === undefined) {
return 0; return 0;
} }