parent
645e05c2b9
commit
9fa7e7f462
@ -1,18 +0,0 @@
|
||||
/*
|
||||
* vim: ts=4:sw=4:expandtab
|
||||
*/
|
||||
(function () {
|
||||
'use strict';
|
||||
|
||||
window.Whisper = window.Whisper || {};
|
||||
|
||||
Whisper.EndSessionView = Whisper.View.extend({
|
||||
tagName: 'div',
|
||||
className: 'end-session',
|
||||
templateName: 'message',
|
||||
render_attributes: function() {
|
||||
return { text: i18n('sessionEnded') };
|
||||
}
|
||||
});
|
||||
|
||||
})();
|
Loading…
Reference in New Issue