breautek commented on issue #317:
URL:
https://github.com/apache/cordova-plugin-file/issues/317#issuecomment-3955090941
The usage of `this` is likely not what you might think it is.
```
function (file) {
this.teste2 = file
```
`this` here should be referring to the function instance, which is an
anonymous function with no other reference -- so not sure how you're attempting
to "read" it later.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]