mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: missing semicolon
This commit is contained in:
parent
d6b512478e
commit
e42c118b3d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user