Update prettier version

This commit is contained in:
Gautier P 2020-12-05 11:50:30 +01:00
parent c49b821db7
commit 25429b3c24
42 changed files with 2480 additions and 2490 deletions

View file

@ -1,5 +1,5 @@
(function() {
var touchScreen = (function() {
(function () {
var touchScreen = (function () {
var result = null;
if ('maxTouchPoints' in navigator) {
@ -21,6 +21,6 @@
BR.Browser = {
touchScreen: touchScreen,
touchScreenDetectable: touchScreenDetectable,
touch: touch
touch: touch,
};
})();