no need to have this wrapped in an inline function

add a solitary doc string
This commit is contained in:
Damien Churchill 2010-01-26 17:35:18 +00:00
parent 4afcae325a
commit 57a9e925a7
1 changed files with 170 additions and 167 deletions

View File

@ -32,7 +32,11 @@ Copyright:
*/
(function() {
/**
* An extension of the <tt>Ext.Toolbar</tt> class that provides an extensible toolbar for Deluge.
* @class Ext.deluge.Toolbar
* @extends Ext.Toolbar
*/
Ext.deluge.Toolbar = Ext.extend(Ext.Toolbar, {
constructor: function(config) {
config = Ext.apply({
@ -200,4 +204,3 @@ Copyright:
});
Deluge.Toolbar = new Ext.deluge.Toolbar();
})();