Skip to content

Commit

Permalink
Fixed '_getInstance' for multiple selectors
Browse files Browse the repository at this point in the history
Example (stop machines at the same time):

```javascript
$('#machine1, #machine2, #machine3')
.slotMachine()
.forEach(function(instance){
instance.stop();
});
```
  • Loading branch information
josex2r committed Jul 21, 2015
1 parent c0c6a2c commit 2c41c87
Show file tree
Hide file tree
Showing 3 changed files with 564 additions and 566 deletions.
Loading

0 comments on commit 2c41c87

Please sign in to comment.