Fix prefer-arrow-callback eslint rule

[MAILPOET-985]
This commit is contained in:
Pavel Dohnal
2017-07-05 09:48:35 +01:00
parent 3ba857d03f
commit 4706c5fc25
36 changed files with 143 additions and 144 deletions

View File

@ -1,9 +1,9 @@
define([
'react'
],
function (
(
React
) {
) => {
var FormFieldTextarea = React.createClass({
render: function () {
return (