Fix linting error

This commit is contained in:
Lee Dohm
2016-11-23 23:03:45 -08:00
parent 13168a2089
commit 5162d9d956

View File

@@ -58,8 +58,8 @@ export default class ReopenProjectMenuManager {
this.app.setJumpList([
{
type:'custom',
name:'Recent Projects',
type: 'custom',
name: 'Recent Projects',
items: this.projects.map(p => ({
type: 'task',
title: ReopenProjectMenuManager.createLabel(p),