1
0
Fork 0

do not pollute global namespace

This commit is contained in:
Jan Steemann 2013-11-11 21:05:05 +01:00
parent 9de514d000
commit 86ccaaaf45
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ function indexSuite() {
////////////////////////////////////////////////////////////////////////////////
testGetNonExistingIndexes : function () {
tests = [ "2444334000000", "9999999999999" ].forEach(function (id) {
[ "2444334000000", "9999999999999" ].forEach(function (id) {
try {
var idx = collection.index(id);
fail();