mirror of
https://github.com/danbee/mpd-client
synced 2025-03-04 08:39:09 +00:00
Code formatting.
This commit is contained in:
parent
87bc4a434a
commit
566147cf63
@ -1,5 +1,3 @@
|
||||
mpdClient.controller('mpd-client', function ($rootScope, $scope) {
|
||||
$scope.showLibrary = function () {
|
||||
$scope.$broadcast('library:show')
|
||||
}
|
||||
$scope.showLibrary = function () { $scope.$broadcast('library:show') }
|
||||
})
|
||||
|
||||
Loading…
Reference in New Issue
Block a user