Skip to content

Commit

Permalink
Use minified method name
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Jun 11, 2017
1 parent 072c72c commit e15df77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cq-prolyfill.js
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,7 @@ var elementMatchesSelectorMethod = (function(element) {
|| element.msMatchesSelector
|| element.oMatchesSelector
|| element.webkitMatchesSelector;
})(document.createElement('div'));
})(createElement('div'));

/**
* @param {Element} element
Expand Down

0 comments on commit e15df77

Please sign in to comment.