Rafael Lyra

Results 2 comments of Rafael Lyra

I removed that warning by adding a setTimeout to the reset method: ``` /** * Resets the scanner and emits device change. */ ZXingScannerComponent.prototype.reset = function () { this._reset(); setTimeout(()...

if I understood you are talking about namespaces, it is now working at the last version: https://github.com/justjohn/twig.js/blob/master/CHANGELOG.md and I added a example on how to implement on the [wiki](https://github.com/justjohn/twig.js/wiki#namespaces)