Browse Source

Clean up code styles

iou90 5 years ago
parent
commit
35e3f37c93
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      autoHeightWebView/utils.js

+ 1
- 1
autoHeightWebView/utils.js View File

@@ -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');