Ver Fonte

Update script.js: Fixing semicolons

Bismantaka Aldila há 3 anos atrás
pai
commit
38670ac2be
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      script.js

+ 2 - 2
script.js

@@ -94,8 +94,8 @@ function isVideoLoaded() {
 
 function numberFormat(numberState) {
   const userLocales = navigator.language;
-  const formatter = Intl.NumberFormat(userLocales, { notation: 'compact' })
-  return formatter.format(numberState)
+  const formatter = Intl.NumberFormat(userLocales, { notation: 'compact' });
+  return formatter.format(numberState);
 }
 
 function setEventListeners(evt) {