We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9f795 commit 71eb791Copy full SHA for 71eb791
example.htm
@@ -6,7 +6,7 @@
6
<script src="sonar.js"></script>
7
<script src="fingerprint_db.js"></script>
8
<script>
9
- // Sonar loading a fingerprint database from fingerprint_db.js
+ // sonar.js loading a fingerprint database from fingerprint_db.js
10
sonar.load_fingerprints( fingerprints );
11
// If 'true' is passed to the start() function sonar will run in debug mode. This causes an alert() on device enumeration.
12
sonar.start(true, 2000 );
0 commit comments