panels: Rename "desktop_notifications_panel" => "panels".

The original code made a 3/4-hearted effort to generically accommodate
more banners/"panels" later, but named itself after the first one made.

[greg: expanded commit message.]
This commit is contained in:
Brock Whittaker
2018-01-30 16:11:21 -08:00
committed by Greg Price
parent f485abf522
commit fe3a5665da
5 changed files with 6 additions and 6 deletions

View File

@@ -1115,7 +1115,7 @@ JS_SPECS = {
'js/ui_init.js',
'js/emoji_picker.js',
'js/compose_ui.js',
'js/desktop_notifications_panel.js'
'js/panels.js'
],
'output_filename': 'min/app.js'
},