From 522c0d1ba401ffb1749061a54fe40c0dedaf8787 Mon Sep 17 00:00:00 2001 From: TheGoddessInari Date: Wed, 15 May 2019 08:11:23 -0700 Subject: [PATCH] Replace unnecessarily escaped template string with template literal. --- app/view/main/Main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/view/main/Main.js b/app/view/main/Main.js index f9ea1544..b4a15c5f 100644 --- a/app/view/main/Main.js +++ b/app/view/main/Main.js @@ -153,7 +153,7 @@ Ext.define('Rambox.view.main.Main', { xtype: 'templatecolumn' ,width: 50 ,variableRowHeight: true - ,tpl: '' + ,tpl: `` } ,{ dataIndex: 'name'