From 85ac2d05eceb65f5bb7bf288b62bc48c3c4b5451 Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Mon, 6 Feb 2012 15:53:32 -0800 Subject: [PATCH] Add text "singleton" to header of singleton classes. Because the icon isn't explained anywhere, it might not be immediately apparent that a class is singleton. --- template/app/view/cls/Header.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/app/view/cls/Header.js b/template/app/view/cls/Header.js index 04c06b07..799dc428 100644 --- a/template/app/view/cls/Header.js +++ b/template/app/view/cls/Header.js @@ -19,6 +19,9 @@ Ext.define('Docs.view.cls.Header', { '{name}', 'View source...', '', + '', + 'singleton', + '', '{[this.renderAliases(values.aliases)]}', '', Docs.data.showPrintButton ? 'Print' : '', -- GitLab