Skip to content

Commit

Permalink
0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
snowkeeper committed Oct 22, 2015
1 parent a0c336f commit 8f0c6d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ events.emit('tag-search:tag', {
```
And a response event:
```javascript
events.on('tag-search:tagged', (tags) => {
events.once('tag-search:tagged', (tags) => {
tags.success // true or false
tags.tags // jquery array to selected elements
});
Expand Down

0 comments on commit 8f0c6d1

Please sign in to comment.