fix(sidebarPane): shorten title

Closes #75
test-unit-sauce
Brian Ford 10 years ago
parent bec405c8c7
commit bd2ebbfd39

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