Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin committed Jan 4, 2016
1 parent a85a106 commit c545628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tau.charts.js
Expand Up @@ -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: {
Expand Down

0 comments on commit c545628

Please sign in to comment.