1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-03 04:02:33 +02:00

docs: Delete dangling } (#642)

This commit is contained in:
Kyle Kelley
2017-03-02 17:18:16 -08:00
committed by Ian Storm Taylor
parent 1d8c814a62
commit fa4f9dff6c

View File

@@ -36,7 +36,6 @@ class App extends React.Component {
.transform() .transform()
.setBlock(isCode ? 'paragraph' : 'code') .setBlock(isCode ? 'paragraph' : 'code')
.apply() .apply()
}
} }
render = () => { render = () => {