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

changed over locales to actual locale dirs

This commit is contained in:
Pomax
2017-03-05 18:33:44 -08:00
parent b034ef0145
commit 5d2dea6951
14 changed files with 975 additions and 120 deletions

View File

@@ -12,7 +12,6 @@ var BoundingBox = React.createClass({
},
bindKnots: function(owner, knots, ref) {
console.log(`binding knots for ${ref}`);
this.refs[ref].bindKnots(owner, knots);
},