fix animation in preference Bws Url

This commit is contained in:
Gabriel Bazán 2015-10-21 14:47:01 -03:00 committed by Matias Alejo Garcia
commit e7d929a224

View file

@ -34,7 +34,7 @@ angular.module('copayApp.services').factory('animationService', function(isCordo
preferencesUnit: 12, preferencesUnit: 12,
preferencesFee: 12, preferencesFee: 12,
preferencesAltCurrency: 12, preferencesAltCurrency: 12,
preferencesBwsUrl: 12, preferencesBwsUrl: 13,
preferencesAlias: 12, preferencesAlias: 12,
preferencesEmail: 12, preferencesEmail: 12,
export: 13, export: 13,
@ -51,7 +51,8 @@ angular.module('copayApp.services').factory('animationService', function(isCordo
}; };
function cleanUpLater(e, e2) { function cleanUpLater(e, e2) {
var cleanedUp = false, timeoutID; var cleanedUp = false,
timeoutID;
var cleanUp = function() { var cleanUp = function() {
if (cleanedUp) return; if (cleanedUp) return;
cleanedUp = true; cleanedUp = true;