Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed '_getInstance' for multiple selectors
Example (stop machines at the same time): ```javascript $('#machine1, #machine2, #machine3') .slotMachine() .forEach(function(instance){ instance.stop(); }); ```
- Loading branch information