Explorar el Código

Update index.js

I've repaired a missing ';'.
ucci hace 9 años
padre
commit
abd7fd12ac
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);