Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
minor code style enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
chisler committed May 12, 2017
1 parent aac29c3 commit 22bb668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/installGlobalHook.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@ function installGlobalHook(window: Object) {
// FIXME: Do we need to report buildType of smth other than ReactDOM?
// Currently we overwrite buildType with each injected renderer's type
var reactBuildType = duplicatedReact
? "duplicated"
? 'duplicated'
: detectReactBuildType(renderer);

hook.emit("renderer", { id, renderer, reactBuildType });
hook.emit('renderer', { id, renderer, reactBuildType });
return id;
},
_listeners: {},
Expand Down

0 comments on commit 22bb668

Please sign in to comment.