Skip to content

Commit

Permalink
Fixes currentListeners initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanis committed May 7, 2017
1 parent 274c2ca commit 459c652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/core/reduxBatch.js
@@ -1,7 +1,7 @@
export function reduxBatch(next) {

let nextListeners = [];
let currentListeners = currentListeners;
let currentListeners = undefined;

function ensureCanMutateNextListeners() {

Expand Down

0 comments on commit 459c652

Please sign in to comment.