Cédric Krier pushed to branch branch/6.4 at Tryton / Tryton


Commits:
78c47ae0 by Cédric Krier at 2023-05-17T12:00:23+02:00
Declare blob as variable in image_url
(grafted from a1f60a5423395af9f974237424b9776f2b9913b3)
- - - - -


1 changed file:

- sao/src/common.js


Changes:

=====================================
sao/src/common.js
=====================================
@@ -4251,7 +4251,7 @@
             }
         } catch (e) {
         }
-        blob = new Blob([data], {type: type});
+        var blob = new Blob([data], {type: type});
         return window.URL.createObjectURL(blob);
     };
 



View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/78c47ae033631ea60b37da11c1f64e2eb12b907b

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/78c47ae033631ea60b37da11c1f64e2eb12b907b
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to