thanhlong203 / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

Property children never defined on Element (dom.js line 1075) #334

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Check out latest code
2. Compile with advanced mode
3.

What is the expected output? What do you see instead?
Compilation should work, but the error occurs on line 1075 of goog/dom/dom.js 
(in the getChildren method)

If I just remove that section of code with the if statement everything is fine.

What version of the product are you using? On what operating system?
Latest revision as of 6/3/11 on OS X 10.6.7

Please provide any additional information below.

Original issue reported on code.google.com by madse...@gmail.com on 3 Jun 2011 at 2:23

GoogleCodeExporter commented 8 years ago
It looks like a missing extern declaration.
Such issues should be filed at the closure-compiler project.

http://code.google.com/p/closure-compiler/issues/list

Original comment by pall...@google.com on 3 Jun 2011 at 3:02

GoogleCodeExporter commented 8 years ago
Corresponding compiler issue (already fixed at head): 
http://code.google.com/p/closure-compiler/issues/detail?id=480

Original comment by pall...@google.com on 6 Jun 2011 at 9:40