From bd2ebbfd39cf6a6789b18c58b2cec5b85db6857f Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Thu, 11 Dec 2014 13:53:24 -0800 Subject: [PATCH] fix(sidebarPane): shorten title Closes #75 --- devtoolsBackground.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtoolsBackground.js b/devtoolsBackground.js index 178cc9a..7d23d84 100644 --- a/devtoolsBackground.js +++ b/devtoolsBackground.js @@ -30,7 +30,7 @@ var getPanelContents = function () { }; panels.elements.createSidebarPane( - "AngularJS Properties", + "$scope", function (sidebar) { panels.elements.onSelectionChanged.addListener(function updateElementProperties() { sidebar.setExpression("(" + getPanelContents.toString() + ")()");