Commit e42c118b by Torkel Ödegaard

fix: missing semicolon

parent d6b51247
......@@ -13,7 +13,7 @@ coreModule.directive('jsonTree', [function jsonTreeDirective() {
var jsonExp = new JsonExplorer(scope.object, 3, {
animateOpen: true
})
});
const html = jsonExp.render(true);
elem.html(html);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment