Skip to content

Commit c44315b

Browse files
committed
Pulled resetDevices as no longer needed
1 parent 68a7ccd commit c44315b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

BigRedButton.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,3 @@ BigRedButton.prototype.isLidDown = function() {
102102

103103
exports.BigRedButton = BigRedButton;
104104
exports.deviceCount = function () { return getAllDevices().length; }
105-
exports.resetDevices = function () {
106-
allDevices = null
107-
getAllDevices();
108-
}

0 commit comments

Comments
 (0)