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

Appending to a new container doesn't fully remove from former parent container #101

Open
codeinabox opened this issue Feb 15, 2013 · 0 comments

Comments

@codeinabox
Copy link

I am not sure this is a bug but when appending an Agility object to a new container it doesn't fully remove it from former parent container. At the moment I have to manually remove it from its former parent eg

        moveToContainer = function(entity, oldContainer, newContainer) {
            oldContainer.remove(entity._id);
            newContainer.append(entity);
        };
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

No branches or pull requests

1 participant