Skip to content

Commit

Permalink
Merge pull request #27 from kris-luminar/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
simplesmiler committed Apr 10, 2018
2 parents cdf96b1 + 27f1cc7 commit 21f6587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/vue-clickaway.js
Expand Up @@ -45,7 +45,7 @@
}, 0);

el[HANDLER] = function(ev) {
// @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,
// because it tests whether the element was there at the time of
// the click, not whether it is there now, that the event has arrived
// to the top.
Expand Down

0 comments on commit 21f6587

Please sign in to comment.