We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3530a6 commit 0e63f27Copy full SHA for 0e63f27
rhino_modules/jsdoc/template.js
@@ -3,12 +3,6 @@
3
* @author Rafał Wrzeszcz <[email protected]>
4
* @author <a href="mailto:[email protected]">Matthew Christopher Kastor-Inare III</a>
5
* @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.
12
*/
13
14
var _ = require('underscore'),
0 commit comments