Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
simplepicker: Don't modify elements outside the simplepicker elements.
The bug here was initElMethod was called with wrong element, we fix this by calling it in the init method where we first query the simplepicker and then calling the method so scope the this.$ and this.$$ to it. Fixes: #25.
- Loading branch information