followup to 3b604fb7f9f10c4a4391d0d4c9bcabdea3609082

This commit is contained in:
Jeff Williams 2017-07-15 16:50:42 -07:00
parent cc66657512
commit 62f9e73d4a

View File

@ -1,9 +1,7 @@
/** /**
* Traversal utilities for ASTs that are compatible with the Mozilla Parser API. Adapted from * Traversal utilities for ASTs that are compatible with the ESTree API.
* [Acorn](http://marijnhaverbeke.nl/acorn/).
* *
* @module jsdoc/src/walker * @module jsdoc/src/walker
* @license MIT
*/ */
'use strict'; 'use strict';