Only iterate over stores if stores exist - #37
Conversation
bramski
commented
Sep 4, 2014
hey @cdjackson this project is moving. https://github.com/bramski/angular-indexedDB Can you add your PR and issue there? Thanks. |
cdjackson
commented
Sep 5, 2014
Hi, Cheers On 4 Sep 2014, at 22:55, Bram Whillock notifications@github.com wrote:
|
corburn
commented
Sep 5, 2014
@cdjackson the for loop will never run if storeNames is empty. |
cdjackson
commented
Sep 5, 2014
It's been a few weeks since I looked at this, but I don't think it was the forEach loop that caused the problem I think it was the transaction call. |
No description provided.