mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 03:24:54 +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
|
||||
* 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
|
||||
|
@ -65,6 +66,8 @@ Deluge.ux.preferences.LabelPage = Ext.extend(Ext.Panel, {
|
|||
|
||||
});
|
||||
|
||||
Ext.ns('Deluge.ux');
|
||||
|
||||
/**
|
||||
* @class Deluge.ux.AddLabelWindow
|
||||
* @extends Ext.Window
|
||||
|
|
Loading…
Add table
Reference in a new issue