ESlint quote-props

This commit is contained in:
Peter Jaszkowiak
2017-02-18 01:19:20 -07:00
parent 3361a72725
commit b1b486f729
25 changed files with 128 additions and 128 deletions

View File

@@ -374,7 +374,7 @@ define('admin/general/dashboard', ['semver', 'Chart', 'translator'], function (s
function updateTopicsGraph(topics) {
if (!Object.keys(topics).length) {
topics = {"0": {
topics = {0: {
title: "No users browsing",
value: 1,
}};