Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

major refactoring #43

Merged
merged 3 commits into from
Jul 27, 2015
Merged

Conversation

kof
Copy link
Contributor

@kof kof commented Jun 19, 2015

  • use browserify for modules
  • don’t merge components instance with custom element, as ES6 class
    methods are not enumerable
  • pass children and container to the component. Now component is
    responsible for exposing public methods on container or using dom
    events.
  • move utils into separate module

@kof kof force-pushed the master branch 3 times, most recently from d7cdf1d to a05954e Compare June 22, 2015 16:42
@kof
Copy link
Contributor Author

kof commented Jun 25, 2015

Any thoughts? @PixelsCommander

@kof
Copy link
Contributor Author

kof commented Jun 25, 2015

Lets start a discussion, what do you dislike?

@kof
Copy link
Contributor Author

kof commented Jul 23, 2015

ping

@PixelsCommander
Copy link
Collaborator

Will be back from holidays on weekend. Sorry for delay

kof added 3 commits July 27, 2015 19:59
- use browserify for modules
- don’t merge components instance with custom element, as ES6 class
methods are not enumerable
- pass `children` and `container` to the component. Now component is
responsible for exposing public methods on container or using dom
events.
- move utils into separate module
- use browserify for modules
- don’t merge components instance with custom element, as ES6 class
methods are not enumerable
- pass `children` and `container` to the component. Now component is
responsible for exposing public methods on container or using dom
events.
- move utils into separate module
@kof
Copy link
Contributor Author

kof commented Jul 27, 2015

ok, conflicts resolved

PixelsCommander added a commit that referenced this pull request Jul 27, 2015
@PixelsCommander PixelsCommander merged commit 00c4ea7 into reactive-elements:master Jul 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants