mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-01 20:33:34 +02:00
linting!
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
var React = require('react');
|
||||
|
||||
var Ribbon = React.createClass({
|
||||
getInitialState() {
|
||||
getInitialState: function() {
|
||||
return {
|
||||
href: "http://github.com/pomax/BezierInfo-2"
|
||||
};
|
||||
|
Reference in New Issue
Block a user