add a missing Ext.namespace in order to create Deluge.preferences
This commit is contained in:
parent
f08c0e053c
commit
986e632475
|
@ -32,6 +32,7 @@ Copyright:
|
|||
|
||||
*/
|
||||
|
||||
Ext.namespace('Deluge.preferences');
|
||||
PreferencesRecord = Ext.data.Record.create([{name:'name', type:'string'}]);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue