Skip to content

Commit

Permalink
up to 1.1.0 due to debug package and fix some bugs in ladda-protocols…
Browse files Browse the repository at this point in the history
… where ids are not correctly set
  • Loading branch information
folkvir committed Apr 5, 2017
1 parent ec0e69d commit c6dc291
Show file tree
Hide file tree
Showing 8 changed files with 96,661 additions and 53,533 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const f2 = new NDP({
f1.init();
f2.init();

f1.events.on('ndp-answer', (response) => {
f1.delegationProtocol.on('ndp-answer', (response) => {
console.log(response)
});

Expand Down
Loading

0 comments on commit c6dc291

Please sign in to comment.