Merge pull request #3328 from gabrielbazan7/fix/animationPreferenceAdvance

fix animation in preference Bws Url
This commit is contained in:
Gustavo Maximiliano Cortez 2015-10-23 12:11:21 -03:00
commit d66de76c76

View file

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