Skip to content

Commit

Permalink
Merge pull request #88 from foolip/patch-2
Browse files Browse the repository at this point in the history
Drop duplicate PermissionState definition
  • Loading branch information
anssiko authored Jan 30, 2023
2 parents 8a2fe13 + 1e5d7a1 commit 7e1e1d9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,6 @@ dictionary DeviceOrientationEventInit : EventInit {
double? gamma = null;
boolean absolute = false;
};

enum PermissionState {
"granted",
"denied",
};
</pre>

The {{DeviceOrientationEvent/alpha}} attribute must return the value it was initialized to. When the object is created, this attribute must be initialized to null.
Expand Down

0 comments on commit 7e1e1d9

Please sign in to comment.