add missing semicolon

This commit is contained in:
Sebastian McKenzie
2014-11-12 12:19:25 +11:00
parent 27d30329fd
commit 311a8e042b

View File

@@ -65,7 +65,7 @@ exports.XJSOpeningElement = {
objs.push(t.objectExpression(_props));
_props = [];
}
};
while (props.length) {
var prop = props.shift();