Fix space-before-function-paren eslint rule
[MAILPOET-985]
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
define([
|
||||
'react'
|
||||
],
|
||||
function(
|
||||
function (
|
||||
React
|
||||
) {
|
||||
var FormFieldTextarea = React.createClass({
|
||||
render: function() {
|
||||
render: function () {
|
||||
return (
|
||||
<textarea
|
||||
type="text"
|
||||
|
Reference in New Issue
Block a user