Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

move appStore to main #87

Merged
merged 1 commit into from
Dec 23, 2015
Merged

move appStore to main #87

merged 1 commit into from
Dec 23, 2015

Conversation

bridiver
Copy link
Collaborator

still have a couple more changes I want to put in here, but I want to get this in here to prevent any big merge conflicts

sites: [],
visits: [],
updateAvailable: false
})

var CHANGE_EVENT = 'change'
const spawnWindow = () => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

spawnWindow seems strange to be inside the store. Could you comment more on why it's here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's really just a temporary location because I didn't have a better place to put it. It will probably be replaced by something like FrameStateUtil

@bbondy
Copy link
Member

bbondy commented Dec 23, 2015

Looks good, I think ideally spawnWindow would be outside of the store but I'm good with landing this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants