Skip to content

Commit 6eb608d

Browse files
authored
Merge pull request #406 from autokagami/generic-sensor
Editorial: Align with Web IDL specification
2 parents bb67290 + 39c0ef1 commit 6eb608d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,8 +933,8 @@ interface Sensor : EventTarget {
933933
readonly attribute boolean activated;
934934
readonly attribute boolean hasReading;
935935
readonly attribute DOMHighResTimeStamp? timestamp;
936-
void start();
937-
void stop();
936+
undefined start();
937+
undefined stop();
938938
attribute EventHandler onreading;
939939
attribute EventHandler onactivate;
940940
attribute EventHandler onerror;

0 commit comments

Comments
 (0)