summaryrefslogtreecommitdiff
path: root/bedrock.js
diff options
context:
space:
mode:
Diffstat (limited to 'bedrock.js')
-rw-r--r--bedrock.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/bedrock.js b/bedrock.js
index 4f1bd12..bdb4062 100644
--- a/bedrock.js
+++ b/bedrock.js
@@ -2143,6 +2143,9 @@ function StreamDevice(br) {
default: return;
}
}
+ this.wake = function() {
+ return false;
+ }
}
@@ -2171,6 +2174,9 @@ function ClipboardDevice(br) {
default: return;
}
}
+ this.wake = function() {
+ return false;
+ }
this.readEntry = function(v) {
this.readQueue = [];