Skip to content

Commit

Permalink
Made QUnit Tests sequential
Browse files Browse the repository at this point in the history
  • Loading branch information
Parashuram committed May 1, 2012
1 parent 2e7df74 commit e2d5ee4
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 49 deletions.
1 change: 1 addition & 0 deletions jquery.indexeddb.new.js
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@
}
};
}, function(error, e){
//console.log(error, e);
// Nothing much to do if an error occurs
}, function(db, e){
if (e && e.type === "upgradeneeded") {
Expand Down
Loading

0 comments on commit e2d5ee4

Please sign in to comment.