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

i-bem-dom: implement detach() method #1104

Merged
merged 1 commit into from
Jul 21, 2015
Merged

i-bem-dom: implement detach() method #1104

merged 1 commit into from
Jul 21, 2015

Conversation

narqo
Copy link
Member

@narqo narqo commented Jul 21, 2015

port #1103 into v3
close #1102

ctx.empty() :
ctx.remove();
_destructDom &&
(excludeSelf? ctx.empty() : ctx.remove());
Copy link
Member Author

Choose a reason for hiding this comment

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

@dfilatov do you remember why can't we do similar things in v2 in the same way?

Copy link
Member

Choose a reason for hiding this comment

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

It was related to a new event system. But I can't remember how exactly.

@dfilatov
Copy link
Member

🆗

narqo pushed a commit that referenced this pull request Jul 21, 2015
i-bem-dom: implement detach() method
@narqo narqo merged commit 02e4290 into v3 Jul 21, 2015
@narqo narqo removed the in progress label Jul 21, 2015
@narqo narqo deleted the issues/1102@v3 branch July 21, 2015 16:13
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.

3 participants