update readme

This commit is contained in:
Dima Granetchi
2015-01-06 14:34:14 +02:00
parent 8aadfd09f5
commit b707b40300
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -75,9 +75,9 @@ BindExt.exprTo(expr, toExpr) | Bind any valid `expr` to `toExpr`. (NB: for the f
## `bindx.IBindable` and @:bindable meta:
Bindx will process special meta - `@:bindable`. If `@:bindable` is set for the whole class then it will be inherited by all public properties which don't have this meta already. `@:bindable` only processed for classes which implement `bindx.IBindable`.
Bindx will process special meta - `@:bindable`. If `@:bindable` is set for the whole class then it will be inherited by all public properties which don't have this meta already. `@:bindable` only processed for classes and interfaces which implement `bindx.IBindable`.
Accepts additional arguments: `@:bindable(paramName1 = value, paramName2 = value ...)`
Accepts additional arguments: `@:bindable(paramName1 = value, paramName2 = value ...)`, short notation `paramName` equals with `paramName = true`
Parameter | Default value | Description
------------ | ------------- | -------------