Skip to content

Commit

Permalink
fix: Make Player#techCall_() synchronous again (#3988)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Jan 27, 2017
1 parent d7d7cfe commit 3585af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ class Player extends Component {
log(e);
throw e;
}
});
}, true);
}

/**
Expand Down

0 comments on commit 3585af0

Please sign in to comment.