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

Element.clone() should return Element #7087

Closed
justinfagnani opened this issue Dec 2, 2012 · 4 comments
Closed

Element.clone() should return Element #7087

justinfagnani opened this issue Dec 2, 2012 · 4 comments
Labels
area-library closed-obsolete Closed as the reported issue is no longer relevant library-html

Comments

@justinfagnani
Copy link
Contributor

This would eliminate warnings in the Editor that stem from it inferring Node for the type of a variable.

var a = query('div#foo').clone();
var b = a.query('bar'); // warning: "Node" has no method named "query"

@kevmoo
Copy link
Member

kevmoo commented Apr 7, 2014

Removed Area-HTML label.
Added Area-Library, Library-Html labels.

@kasperl
Copy link

kasperl commented Jul 10, 2014

Removed this from the Later milestone.
Added Oldschool-Milestone-Later label.

@kasperl
Copy link

kasperl commented Aug 4, 2014

Removed Oldschool-Milestone-Later label.

@alan-knight
Copy link
Contributor

The editor/analyzer is now clever enough not to give those warnings, or at least not that particular one, so this doesn't seem necessary.


Added AssumedStale label.

@justinfagnani justinfagnani added Type-Defect area-library library-html closed-obsolete Closed as the reported issue is no longer relevant labels Dec 18, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-library closed-obsolete Closed as the reported issue is no longer relevant library-html
Projects
None yet
Development

No branches or pull requests

4 participants