Skip to content
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alecf committed Aug 13, 2012
1 parent efd753c commit 9080bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/js/tutorials/indexeddb_todo_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ html5rocks.indexedDB.open = function() {
var store = db.createObjectStore("todo",
{keyPath: "timeStamp"});
e.target.transaction.oncomplete = function() {
html5rocks.indexedDB.getAllTodoItems();
html5rocks.indexedDB.getAllTodoItems();
};
};
} else {
Expand Down

0 comments on commit 9080bef

Please sign in to comment.