Add momentjs locales
// FREEBIE
This commit is contained in:
parent
bf3f5040aa
commit
6a3a724dc4
5 changed files with 15856 additions and 2938 deletions
6460
js/components.js
6460
js/components.js
File diff suppressed because it is too large
Load diff
|
@ -5,6 +5,8 @@
|
|||
'use strict';
|
||||
window.Whisper = window.Whisper || {};
|
||||
|
||||
moment.locale(chrome.i18n.getUILanguage());
|
||||
|
||||
Whisper.TimestampView = Whisper.View.extend({
|
||||
initialize: function(options) {
|
||||
extension.windows.onClosed(this.clearTimeout.bind(this));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue