mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
Fix eslint problems
This commit is contained in:
parent
6d2dcc4539
commit
4e89f5002b
@ -16,7 +16,7 @@ let defaultCalendarValue = new GregorianCalendar(zhCn);
|
||||
defaultCalendarValue.setTime(Date.now());
|
||||
|
||||
|
||||
function createPicker(Calendar){
|
||||
function createPicker(Calendar) {
|
||||
return React.createClass({
|
||||
getInitialState() {
|
||||
var value;
|
||||
|
@ -1,6 +1,5 @@
|
||||
import React from 'react';
|
||||
import Menu from 'rc-menu';
|
||||
import velocity from 'velocity-animate';
|
||||
import animation from '../common/openAnimation';
|
||||
|
||||
const AntMenu = React.createClass({
|
||||
|
@ -1,6 +1,5 @@
|
||||
import React from 'react';
|
||||
import Tree from 'rc-tree';
|
||||
import velocity from 'velocity-animate';
|
||||
import animation from '../common/openAnimation';
|
||||
|
||||
const AntTree = React.createClass({
|
||||
|
Loading…
Reference in New Issue
Block a user