mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
12
js/views/hint_view.js
Normal file
12
js/views/hint_view.js
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* vim: ts=4:sw=4:expandtab
|
||||
*/
|
||||
(function () {
|
||||
'use strict';
|
||||
window.Whisper = window.Whisper || {};
|
||||
|
||||
Whisper.HintView = Whisper.View.extend({
|
||||
className: 'firstRun hint',
|
||||
templateName: 'hint',
|
||||
});
|
||||
})();
|
||||
Reference in New Issue
Block a user