11 lines
254 B
JavaScript
11 lines
254 B
JavaScript
|
NzbDrone.Constants = {
|
|||
|
Templates: {
|
|||
|
AppLayout: '#AppLayout',
|
|||
|
QualityProfilesView: '#QualityProfilesView',
|
|||
|
QualityProfileView: '#QualityProfileView'
|
|||
|
},
|
|||
|
|
|||
|
Events: {
|
|||
|
MenuItemSelected: 'MenuItemSelected'
|
|||
|
}
|
|||
|
};
|