style: update demo's code style

pull/1058/head
Benjy Cui 9 years ago
parent ac5693599c
commit 7668473f17

@ -8,7 +8,6 @@
````jsx
import { Transfer, Button } from 'antd';
const container = mountNode;
const App = React.createClass({
getInitialState() {
@ -66,5 +65,5 @@ const App = React.createClass({
}
});
ReactDOM.render(<App />, container);
ReactDOM.render(<App />, mountNode);
````

Loading…
Cancel
Save