fix jshint error

This commit is contained in:
John Mitchell
2017-03-07 16:48:50 -05:00
committed by Matthew Jones
parent 8f5253014b
commit 205e52cbe8
+2 -2
View File
@@ -1,6 +1,6 @@
export default
['$scope', '$state', 'ConfigService', 'i18n',
function($scope, $state, ConfigService, i18n){
['$scope', '$state', 'ConfigService',
function($scope, $state, ConfigService){
var init = function(){
ConfigService.getConfig()
.then(function(config){