Skip to content

Commit 9481503

Browse files
authored
Do not redefine reading attribute in example.
1 parent 910b3c4 commit 9481503

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,6 @@ for proximity [=sensors=].
10871087
10881088
[SecureContext, Constructor(optional ProximitySensorOptions proximitySensorOptions)]
10891089
interface ProximitySensor : Sensor {
1090-
readonly attribute ProximitySensorReading? reading;
10911090
};
10921091

10931092
[SecureContext]
@@ -1379,4 +1378,4 @@ for their editorial input.
13791378
else spy.stop();
13801379
});
13811380
})();
1382-
1381+

0 commit comments

Comments
 (0)