mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-06 16:06:28 +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());
|
defaultCalendarValue.setTime(Date.now());
|
||||||
|
|
||||||
|
|
||||||
function createPicker(Calendar){
|
function createPicker(Calendar) {
|
||||||
return React.createClass({
|
return React.createClass({
|
||||||
getInitialState() {
|
getInitialState() {
|
||||||
var value;
|
var value;
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import Menu from 'rc-menu';
|
import Menu from 'rc-menu';
|
||||||
import velocity from 'velocity-animate';
|
|
||||||
import animation from '../common/openAnimation';
|
import animation from '../common/openAnimation';
|
||||||
|
|
||||||
const AntMenu = React.createClass({
|
const AntMenu = React.createClass({
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import Tree from 'rc-tree';
|
import Tree from 'rc-tree';
|
||||||
import velocity from 'velocity-animate';
|
|
||||||
import animation from '../common/openAnimation';
|
import animation from '../common/openAnimation';
|
||||||
|
|
||||||
const AntTree = React.createClass({
|
const AntTree = React.createClass({
|
||||||
|
Loading…
Reference in New Issue
Block a user