diegoles / closure-library

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

compiler warning on goog/dom/dom.js #500

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Require the goog.dom namespace (goog.require('goog.dom');)
2. Compile with "--warning_level=VERBOSE" flag

What is the expected output? What do you see instead?
No warning !

What version of the product are you using? On what operating system?
Closure-compiler: Version: 20120917 (revision 2180)
Closure-library: closure-library-20120710-r2029.zip (Jul 11)

Please provide any additional information below.
closure-library/closure/goog/dom/dom.js:648: ERROR - Property type never 
defined on attributes
      delete attributes.type;

Am I the only one to compile my code with warning verbose and get that warning 
?!

Original issue reported on code.google.com by alain.gi...@gmail.com on 27 Sep 2012 at 9:17

GoogleCodeExporter commented 8 years ago
Seems to be fixed on the svn trunk.
Sorry !

Original comment by alain.gi...@gmail.com on 27 Sep 2012 at 9:25

GoogleCodeExporter commented 8 years ago

Original comment by nn...@google.com on 27 Sep 2012 at 9:30