mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
updated jshint to 2.1.3
single quotes
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
"use strict";
|
||||
'use strict';
|
||||
define(
|
||||
[
|
||||
'sugar'
|
||||
], {
|
||||
register: function (handlebars) {
|
||||
handlebars.registerHelper("ShortDate", function (input) {
|
||||
handlebars.registerHelper('ShortDate', function (input) {
|
||||
if (!input) {
|
||||
return '';
|
||||
}
|
||||
|
Reference in New Issue
Block a user