diff --git a/rhino_modules/jsdoc/template.js b/rhino_modules/jsdoc/template.js index de084a0e..9311606c 100644 --- a/rhino_modules/jsdoc/template.js +++ b/rhino_modules/jsdoc/template.js @@ -3,12 +3,6 @@ * @author RafaƂ Wrzeszcz * @author Matthew Christopher Kastor-Inare III * @license Apache License 2.0 - See file 'LICENSE.md' in this project. - * @change 2012-10-20 cache and settings are no longer private fields. - * This was done so that plugins could use this class without messing up - * the final output when template name collisions occur. i.e. each instance - * has it's own template cache. The settings were made specific to each - * instance so that users of this class could redefine the underscore - * template settings if they want to. */ var _ = require('underscore'),