mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 19:44:52 +00:00
add a missing Ext.namespace in order to create Deluge.preferences
This commit is contained in:
parent
f08c0e053c
commit
986e632475
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ Copyright:
|
|||
|
||||
*/
|
||||
|
||||
Ext.namespace('Deluge.preferences');
|
||||
PreferencesRecord = Ext.data.Record.create([{name:'name', type:'string'}]);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue