Skip to content

Commit 56937ea

Browse files
committed
now states definitions go to constructor
1 parent a22c57d commit 56937ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Add event handlers inside the states, like that:
4848
dragging:{
4949
user_mousemove: function(e);
5050
user_mousedown: function(some, arguments, go, here){},
51-
user_mouseup: function(up, to, five, arguments){}
51+
user_mouseup: function(up, to, five, arguments){}
5252
}
5353
}
5454

0 commit comments

Comments
 (0)