Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 86f8b52 commit e78568eCopy full SHA for e78568e
packages/weex-template-compiler/build.js
@@ -1516,7 +1516,7 @@ function parse (
1516
}
1517
},
1518
comment: function comment (text, start, end) {
1519
- // adding anyting as a sibling to the root node is forbidden
+ // adding anything as a sibling to the root node is forbidden
1520
// comments should still be allowed, but ignored
1521
if (currentParent) {
1522
var child = {
0 commit comments