deleting unnecessary timeout

This commit is contained in:
Gabriel Bazán 2015-12-20 19:51:25 -03:00
commit caa25a5124

View file

@ -1,6 +1,6 @@
'use strict';
angular.module('copayApp.services')
.factory('uxLanguage', function languageService($log, $timeout, lodash, gettextCatalog, amMoment, configService) {
.factory('uxLanguage', function languageService($log, lodash, gettextCatalog, amMoment, configService) {
var root = {};
root.availableLanguages = [{