[Label] Fix namespace issue in js

This commit is contained in:
Calum Lind 2017-04-11 18:04:47 +01:00
parent 1f315a9ef0
commit 3dfe6af1ee

View file

@ -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