We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cdf96b1 + 27f1cc7 commit 21f6587Copy full SHA for 21f6587
dist/vue-clickaway.js
@@ -45,7 +45,7 @@
45
}, 0);
46
47
el[HANDLER] = function(ev) {
48
- // @NOTE: this test used to be just `el.containts`, but working with path is better,
+ // @NOTE: this test used to be just `el.contains`, but working with path is better,
49
// because it tests whether the element was there at the time of
50
// the click, not whether it is there now, that the event has arrived
51
// to the top.
0 commit comments