add a missing Ext.namespace in order to create Deluge.preferences

This commit is contained in:
Damien Churchill 2010-03-20 14:14:30 +00:00
parent f08c0e053c
commit 986e632475
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ Copyright:
*/
Ext.namespace('Deluge.preferences');
PreferencesRecord = Ext.data.Record.create([{name:'name', type:'string'}]);
/**