1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

style(lint): fix jshint issues

This commit is contained in:
Anthony Lapenna 2016-07-08 15:50:16 +12:00
parent 8fd9c2fce2
commit f923016052
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ function ($scope, $state, Config, Container, Image, Volume, Network, Messages, e
Console: 'none', Console: 'none',
Volumes: [], Volumes: [],
AvailableRegistries: [], AvailableRegistries: [],
Registry: '', Registry: ''
}; };
$scope.imageConfig = {}; $scope.imageConfig = {};

View file

@ -9,7 +9,7 @@ function ($scope, $state, Config, Image, Messages) {
$scope.config = { $scope.config = {
Image: '', Image: '',
Registry: '', Registry: ''
}; };
$scope.order = function(sortType) { $scope.order = function(sortType) {