Fixed flippable doctest.

This commit is contained in:
2019-07-05 09:34:22 +02:00
parent fc6b30f03c
commit 0c190f1f76
6 changed files with 19 additions and 4 deletions
+1
View File
@@ -1032,6 +1032,7 @@ export class InteractionMapper extends InteractionDelegate {
* @param {object} [opts] - An options object. See the hammer documentation for more details.
*/
static on(types, elements, cb, opts = {}) {
opts = Object.assign({}, {
}, opts)