From 0e63f271134e335b73fb23fc999f1c8ca78040f7 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Sat, 20 Oct 2012 15:10:46 -0700 Subject: [PATCH] remove unnecessary comment that caused the JSHint test to fail --- rhino_modules/jsdoc/template.js | 6 ------ 1 file changed, 6 deletions(-) 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'),