Sfoglia il codice sorgente

Update index.js

I've repaired a missing ';'.
ucci 9 anni fa
parent
commit
abd7fd12ac
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      example/index.js

+ 1 - 1
example/index.js

@@ -35,7 +35,7 @@ function onSet() {
     var key = document.getElementById("keytoset").value;
     var value = document.getElementById("valuetoset").value;
 
-    var useTouchID = false
+    var useTouchID = false;
 
     var win = function() {
             alert("SET SUCCESS - Key: " + key);