1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 00:09:40 +02:00

fix(lint): fix jshint issue

This commit is contained in:
Anthony Lapenna 2016-09-14 17:50:54 +12:00
parent 4fe63d7102
commit da6f39b137

View file

@ -8,7 +8,7 @@ function ($scope, $state, Network, Config, Messages) {
$scope.sortReverse = false; $scope.sortReverse = false;
$scope.config = { $scope.config = {
Name: '', Name: ''
}; };
function prepareNetworkConfiguration() { function prepareNetworkConfiguration() {