Skip to content

Commit

Permalink
#30
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed Sep 9, 2016
1 parent 4e1c41c commit 5aff56c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions DetectRTC.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Last time updated: 2016-09-04 3:03:44 AM UTC
// Last time updated: 2016-09-09 2:36:51 PM UTC

// Latest file can be found here: https://cdn.webrtc-experiment.com/DetectRTC.js

Expand Down Expand Up @@ -234,8 +234,8 @@
try {
db = window.indexedDB.open('test');
db.onerror = function() {
return true;
}
return true;
};
} catch (e) {
isPrivate = true;
}
Expand Down
Loading

0 comments on commit 5aff56c

Please sign in to comment.