Skip to content

Commit 27f1cc7

Browse files
committed
Fix typo
1 parent cdf96b1 commit 27f1cc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/vue-clickaway.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}, 0);
4646

4747
el[HANDLER] = function(ev) {
48-
// @NOTE: this test used to be just `el.containts`, but working with path is better,
48+
// @NOTE: this test used to be just `el.contains`, but working with path is better,
4949
// because it tests whether the element was there at the time of
5050
// the click, not whether it is there now, that the event has arrived
5151
// to the top.

0 commit comments

Comments
 (0)