"this" or not "this" notice in readme
This commit is contained in:
@@ -111,3 +111,4 @@ Log level | Description
|
|||||||
## Additional
|
## Additional
|
||||||
|
|
||||||
`-D bindx_compareMethods` enables methods comparing with `Reflect.compareMethods` (enabled for Neko by default)
|
`-D bindx_compareMethods` enables methods comparing with `Reflect.compareMethods` (enabled for Neko by default)
|
||||||
|
- BindExt and `this`. Use `this.bindableA.bindableB` to listen changes of `bindableA`, not only `bindableB`
|
||||||
|
|||||||
+2
-1
@@ -110,4 +110,5 @@ Log level | Description
|
|||||||
|
|
||||||
## Дополнительно
|
## Дополнительно
|
||||||
|
|
||||||
`-D bindx_compareMethods` включает сравнение методов с помощью `Reflect.compareMethods` (включено для neko по умолчанию)
|
- `-D bindx_compareMethods` включает сравнение методов с помощью `Reflect.compareMethods` (включено для neko по умолчанию)
|
||||||
|
- BindExt и `this`. Используйте `this.bindableA.bindableB` если необходимо слушать изменения `bindableA`, а не только `bindableB`
|
||||||
|
|||||||
Reference in New Issue
Block a user