1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-19 06:52:02 +02:00

splitting jp-JA

This commit is contained in:
Pomax
2017-04-13 08:59:33 -07:00
parent 4642ebb71e
commit 20e5faba4c
7 changed files with 43 additions and 18 deletions

View File

@@ -2,8 +2,17 @@ var React = require("react");
var baseClass = {
render: function() {
var cprops = {
'data-section': this.props.fragmentid,
'data-setup': this.props.sname,
'data-draw': this.props.dname
};
console.log(cprops);
return (
<figure className={this.props.inline ? "inline": false}>
{/*
<ui-canvas {...cprops} />
*/}
<canvas ref="canvas"
tabIndex="0"
style={{