I have code that uses transactions. It adds a bunch of nodes, however, when everything is done there are no side effects so I tried the following..
This blows up saying the function is undefined but this...
transaction.commit(function(){});
Works fine, maybe we should use a quick null check to see if it needs called.