Explorar el Código

Clean up code styles

iou90 hace 5 años
padre
commit
35e3f37c93
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      autoHeightWebView/utils.js

+ 1
- 1
autoHeightWebView/utils.js Ver fichero

@@ -50,7 +50,7 @@ const updateSizeWithMessage = element =>
50 50
   }
51 51
   `;
52 52
 
53
-// add viewport setting to meta for WKWebView
53
+// add viewport setting to meta
54 54
 const makeScalePageToFit = zoomable => `
55 55
 var meta = document.createElement('meta'); 
56 56
 meta.setAttribute('name', 'viewport');