Browse Source

#126 fix

tags/v0.1.3^2
W01fw00d 7 years ago
parent
commit
5df771152f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/client/js/objects/objects.js

+ 1
- 1
src/client/js/objects/objects.js View File

@@ -84,7 +84,7 @@ define([
} else {
fromIndex = (fromIndex + 1) % list.length;
}
console.log(fromIndex);
return list[fromIndex];
},



Loading…
Cancel
Save