Add momentjs locales
// FREEBIE
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
"libphonenumber_api-compiled.js"
|
||||
],
|
||||
"momentjs": [
|
||||
"moment.js"
|
||||
"min/moment-with-locales.js"
|
||||
],
|
||||
"indexeddb-backbonejs-adapter": [
|
||||
"backbone-indexeddb.js"
|
||||
|
9394
components/momentjs/min/moment-with-locales.js
Normal file
9394
components/momentjs/min/moment-with-locales.js
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
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));
|
||||
|
Reference in New Issue
Block a user