Add todolist

This commit is contained in:
Horcrux
2016-04-24 10:59:33 +08:00
parent 5c31c538d6
commit f887fc66ff
6 changed files with 54 additions and 9 deletions

View File

@@ -7,12 +7,6 @@ import G from './G';
import extractViewbox from '../lib/extract/extractViewbox';
class ViewBox extends Component{
static displayName = 'ViewBox';
static propType = {
shouldTransform: PropTypes.bool
};
static defaultProps = {
shouldTransform: false
};
render() {
let viewbox = extractViewbox(this.props);