From c54562852816f3a4f400f6b458c2022a3867e55f Mon Sep 17 00:00:00 2001 From: konstantin Date: Mon, 4 Jan 2016 16:02:08 +0300 Subject: [PATCH] fix code style --- src/tau.charts.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tau.charts.js b/src/tau.charts.js index 30d16e344..7aca4f378 100644 --- a/src/tau.charts.js +++ b/src/tau.charts.js @@ -80,8 +80,8 @@ var api = { }, get: function (name) { return plugins[name] || ((x) => { - throw new Error(`${x} plugin is not defined`); - }); + throw new Error(`${x} plugin is not defined`); + }); } }, globalSettings: {