Skip to content

Commit e00394a

Browse files
author
Vlad Balin
committed
changes for recent RC libs
1 parent 2077b31 commit e00394a

File tree

6 files changed

+5114
-3377
lines changed

6 files changed

+5114
-3377
lines changed

js/addtodo.jsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
import React from 'nestedreact'
22

33
const AddTodo = React.createClass({
4-
attributes : {
4+
props : {
5+
onEnter : Function
6+
},
7+
8+
state : {
59
desc : String
610
},
711

0 commit comments

Comments
 (0)