cecco974 / jsdoc-toolkit

Automatically exported from code.google.com/p/jsdoc-toolkit
0 stars 0 forks source link

Error is not considered built in by toolkit #160

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Write some code that extends error.
2. JSDoc-Toolkit will complain it can't find symbol Error.

What is the expected output? What do you see instead?
JSDoc-Toolkit should know that Error is built in.

What version of the product are you using? On what operating system?
Version 2.01

Please provide any additional information below.
I tried adding it to the array of built in objects inside of Lang.js
(inside of the JSDOC namespace and, surprisingly, this had no effect.

Original issue reported on code.google.com by mcbain....@gmail.com on 25 Jun 2008 at 3:58

GoogleCodeExporter commented 8 years ago

Original comment by micmath on 9 Jan 2009 at 11:28

GoogleCodeExporter commented 8 years ago
Committed in revision 758.

Original comment by micmath on 10 Jan 2009 at 12:26