Fixed javascript style checker issue

This commit is contained in:
Torkel Ödegaard
2015-02-04 17:21:42 +01:00
parent 5a6c04e3b0
commit ff47eccf4b
-1
View File
@@ -36,7 +36,6 @@ function (angular, app, _, config, PanelMeta) {
$scope.init = function() {
panelSrv.init($scope);
if ($scope.isNewPanel()) {
$scope.panel.title = "Starred Dashboards";
}