We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a7ccd commit c44315bCopy full SHA for c44315b
1 file changed
BigRedButton.js
@@ -102,7 +102,3 @@ BigRedButton.prototype.isLidDown = function() {
102
103
exports.BigRedButton = BigRedButton;
104
exports.deviceCount = function () { return getAllDevices().length; }
105
-exports.resetDevices = function () {
106
- allDevices = null
107
- getAllDevices();
108
-}
0 commit comments