Skip to content

Commit 25a7ff6

Browse files
author
Parashuram
committed
Merge branch 'gh-pages' of github.com:axemclion/jquery-indexeddb into gh-pages
2 parents 21cede9 + ec2324e commit 25a7ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jquery.indexeddb.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,8 +554,8 @@
554554

555555
result.index = function(indexName){
556556
return {
557-
"each": function(callback, range){
558-
return indexOp("each", indexName, [callback, range]);
557+
"each": function(callback, range, direction){
558+
return indexOp("each", indexName, [callback, range, direction]);
559559
},
560560
"eachKey": function(callback, range){
561561
return indexOp("eachKey", indexName, [callback, range]);

0 commit comments

Comments
 (0)