ReferenceError: Fingerprint2 is not defined
-
Hey, I have code from this page:
new Fingerprint2().get(function(result, components) { console.log(result) // a hash, representing your device fingerprint console.log(components) // an array of FP components })
And error in console: "Thread #1 : ReferenceError: Fingerprint2 is not defined"
What`s wrong?