diff --git a/public/app/core/components/jsontree/jsontree.ts b/public/app/core/components/jsontree/jsontree.ts index d9972f907ac..52fb64e1c87 100644 --- a/public/app/core/components/jsontree/jsontree.ts +++ b/public/app/core/components/jsontree/jsontree.ts @@ -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);