Skip to content

Commit

Permalink
Fix adapter registration when multiple are available
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicMahieu committed Apr 15, 2015
1 parent a5aa477 commit 846c4c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ class DSProvider {
if (adapters[j].loaded && !adapters[j].registered) {
adapters[j].registered = true;
store.registerAdapter(adapters[j].name, args[i]);
break;
}
}
}
Expand Down

0 comments on commit 846c4c0

Please sign in to comment.