Merge branch 'master' of github.com:babel/babel

This commit is contained in:
Sebastian McKenzie
2015-07-04 23:33:33 +02:00
3 changed files with 6 additions and 4 deletions

View File

@@ -16,11 +16,11 @@ function render() {
type: "foo",
ref: null,
props: {
children: [text]
children: text
},
key: null
};
return function () {
return _ref2;
};
}
}

View File

@@ -4,7 +4,7 @@
type: "div",
ref: null,
props: {
children: [bar],
children: bar,
className: "foo"
},
key: null