"this" or not "this" notice in readme

This commit is contained in:
Dmitri Granetchi
2015-06-28 23:35:27 +03:00
parent 3b77b083d4
commit d77d0f104d
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -111,3 +111,4 @@ Log level | Description
## Additional
`-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
View File
@@ -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`