]> _ Git - fluidbook-html5.git/commitdiff
wait #2643 @1.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 21 Mar 2019 14:12:46 +0000 (15:12 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 21 Mar 2019 14:12:46 +0000 (15:12 +0100)
js/libs/fluidbook/fluidbook.links.js

index 09d38f26c77f7435b97efbc3a9feb89a3328532a..3e0e6b40caed18adc40a12e72fb9039b338e9642 100644 (file)
@@ -283,7 +283,6 @@ FluidbookLinks.prototype = {
                 animation = $.extend({}, defaultParams, animation);
                 animation.startAngle = parseFloat(animation.startAngle);
                 animation.innerRadius = parseFloat(animation.innerRadius);
-                console.log(animation);
                 if (animation.direction === 'clockwise') {
                     from.angle = animation.startAngle + 720;
                 } else {
@@ -349,8 +348,7 @@ FluidbookLinks.prototype = {
                     align: 'left',
                     letterSpacing: '0',
                     prefix: '',
-                    suffix: '',
-                    backgroundColor: 'transparent',
+                    suffix: ''
                 };
                 animation = $.extend({}, defaultParams, animation);
                 animation.startValue = parseFloat(animation.startValue.replace(/,/, '.'));