[Label] Fix namespace issue in js

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

View file

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