Skip to content

Commit 0e63f27

Browse files
committed
remove unnecessary comment that caused the JSHint test to fail
1 parent a3530a6 commit 0e63f27

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

rhino_modules/jsdoc/template.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
* @author Rafał Wrzeszcz <[email protected]>
44
* @author <a href="mailto:[email protected]">Matthew Christopher Kastor-Inare III</a>
55
* @license Apache License 2.0 - See file 'LICENSE.md' in this project.
6-
* @change 2012-10-20 cache and settings are no longer private fields.
7-
* This was done so that plugins could use this class without messing up
8-
* the final output when template name collisions occur. i.e. each instance
9-
* has it's own template cache. The settings were made specific to each
10-
* instance so that users of this class could redefine the underscore
11-
* template settings if they want to.
126
*/
137

148
var _ = require('underscore'),

0 commit comments

Comments
 (0)