add missing semicolon
This commit is contained in:
@@ -65,7 +65,7 @@ exports.XJSOpeningElement = {
|
||||
|
||||
objs.push(t.objectExpression(_props));
|
||||
_props = [];
|
||||
}
|
||||
};
|
||||
|
||||
while (props.length) {
|
||||
var prop = props.shift();
|
||||
|
||||
Reference in New Issue
Block a user