mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 02:18:41 +00:00
[Label] Fix namespace issue in js
This commit is contained in:
parent
1f315a9ef0
commit
3dfe6af1ee
1 changed files with 4 additions and 1 deletions
|
@ -29,7 +29,8 @@
|
||||||
* this exception statement from your version. If you delete this exception
|
* this exception statement from your version. If you delete this exception
|
||||||
* statement from all source files in the program, then also delete it here.
|
* statement from all source files in the program, then also delete it here.
|
||||||
*/
|
*/
|
||||||
Ext.ns('Deluge.ux');
|
|
||||||
|
Ext.ns('Deluge.ux.preferences');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @class Deluge.ux.preferences.LabelPage
|
* @class Deluge.ux.preferences.LabelPage
|
||||||
|
@ -65,6 +66,8 @@ Deluge.ux.preferences.LabelPage = Ext.extend(Ext.Panel, {
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Ext.ns('Deluge.ux');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @class Deluge.ux.AddLabelWindow
|
* @class Deluge.ux.AddLabelWindow
|
||||||
* @extends Ext.Window
|
* @extends Ext.Window
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue