ru readme

This commit is contained in:
Dima Granetchi
2014-12-19 18:49:54 +02:00
parent 408948bfc4
commit af30b4003b
3 changed files with 102 additions and 8 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ class BindExt {
return internalBindExpr(expr, macro function (_, to:Null<$type>) $target = to);
}
@:noUsing macro static public function chain<T>(expr:ExprOf<T>, listener:ExprOf<Null<T>->Null<T>->Void>):ExprOf<Void->Void> {
@:noUsing macro static public function chain<T>(expr:ExprOf<T>, listener:Expr):ExprOf<Void->Void> {
return internalBindChain(expr, listener);
}