Skip to content

Commit

Permalink
Set interval id to global
Browse files Browse the repository at this point in the history
  • Loading branch information
jhen0409 committed Aug 4, 2016
1 parent 264dbb5 commit 067d97f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/containers/ReduxDevTools/reduxNativeDevTools.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function start() {

// Because the worker message not have notify the remote JS runtime
// we need to regularly update JS runtime
setInterval(function(){}, 222); // eslint-disable-line
global.__RND_INTERVAL__ = setInterval(function(){}, 222); // eslint-disable-line
}

function monitorReducer(state = {}, action) {
Expand Down

0 comments on commit 067d97f

Please sign in to comment.