Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c050ae5

Browse filesBrowse files
committed
Merge pull request vuejs#1478 from zxdvd/dev
fix typo of by
2 parents 296dc78 + 6844fa4 commit c050ae5
Copy full SHA for c050ae5

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/util/dom.js

Copy file name to clipboardExpand all lines: src/util/dom.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ exports.query = function (el) {
2626
* Check if a node is in the document.
2727
* Note: document.documentElement.contains should work here
2828
* but always returns false for comment nodes in phantomjs,
29-
* making unit tests difficult. This is fixed byy doing the
29+
* making unit tests difficult. This is fixed by doing the
3030
* contains() check on the node's parentNode instead of
3131
* the node itself.
3232
*

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.