1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-27 02:05:34 +02:00

en sections 31-35

This commit is contained in:
Pomax
2017-03-15 14:04:54 -07:00
parent 394be9f9a6
commit cd9bf5c27a
38 changed files with 355 additions and 522 deletions

View File

@@ -139,7 +139,7 @@ var Tracing = React.createClass({
},
render: function() {
return <section>{ locale.getContent(page, this) }</section>;
return locale.getContent(page, this);
}
});