Explorar o código

Merge pull request #19 from ucci/master

Update sample's index.js
Max Lynch %!s(int64=8) %!d(string=hai) anos
pai
achega
9c8d2871f7
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);