Explorar o código

Update index.js

I've repaired a missing ';'.
ucci %!s(int64=9) %!d(string=hai) anos
pai
achega
abd7fd12ac
Modificáronse 1 ficheiros con 1 adicións e 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);