Core: Fix line endings to match style guide(#7476)

This commit is contained in:
Diego Heras
2020-03-03 17:28:26 +01:00
committed by GitHub
parent 4710fa619c
commit e55e92f9ac
209 changed files with 371 additions and 371 deletions

View File

@@ -1,4 +1,4 @@

Handlebars.registerHelper('dateFormat', function (context, block) {
if (window.moment) {
var f = block.hash.format || "YYYY-MM-DD HH:mm:ss";