Fix space-before-function-paren eslint rule

[MAILPOET-985]
This commit is contained in:
Pavel Dohnal
2017-07-05 09:31:46 +01:00
parent 6dc1bf4e95
commit f39cbe6b55
37 changed files with 374 additions and 375 deletions

View File

@ -1,11 +1,11 @@
define([
'react'
],
function(
function (
React
) {
var FormFieldTextarea = React.createClass({
render: function() {
render: function () {
return (
<textarea
type="text"