fix(sidebarPane): shorten title

Closes #75
This commit is contained in:
Brian Ford 2014-12-11 13:53:24 -08:00
parent bec405c8c7
commit bd2ebbfd39

View File

@ -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() + ")()");