update Piwik to version 2.16 (fixes #91)
This commit is contained in:
parent
296343bf3b
commit
d885a4baa9
5833 changed files with 418860 additions and 226988 deletions
16
www/analytics/libs/bower_components/mousetrap/plugins/bind-dictionary/README.md
vendored
Normal file
16
www/analytics/libs/bower_components/mousetrap/plugins/bind-dictionary/README.md
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Bind Dictionary
|
||||
|
||||
This extension overwrites the default bind behavior and allows you to bind multiple combinations in a single bind call.
|
||||
|
||||
Usage looks like:
|
||||
|
||||
```javascript
|
||||
Mousetrap.bind({
|
||||
'a': function() { console.log('a'); },
|
||||
'b': function() { console.log('b'); }
|
||||
});
|
||||
```
|
||||
|
||||
You can optionally pass in ``keypress``, ``keydown`` or ``keyup`` as a second argument.
|
||||
|
||||
Other bind calls work the same way as they do by default.
|
||||
Loading…
Add table
Add a link
Reference in a new issue