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

section 22

This commit is contained in:
Pomax
2016-01-05 18:33:00 -08:00
parent 1e14b594b4
commit b708aa06a0
5 changed files with 771 additions and 89 deletions

View File

@@ -5,7 +5,7 @@ var SectionHeader = require("../../SectionHeader.jsx");
var Extremities = React.createClass({
getDefaultProps: function() {
return {
title: "Component functions"
title: "Finding extreminities"
};
},