mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Clean up whitespace, long lines for WebIDLs
This commit is contained in:
parent
d1acefa452
commit
9415c92a5c
15 changed files with 63 additions and 31 deletions
|
@ -14,10 +14,10 @@
|
|||
//Constructor(Uint8ClampedArray data, unsigned long sw, optional unsigned long sh),
|
||||
//Exposed=(Window,Worker)]
|
||||
interface ImageData {
|
||||
//[Constant]
|
||||
readonly attribute unsigned long width;
|
||||
//[Constant]
|
||||
readonly attribute unsigned long height;
|
||||
//[Constant, StoreInSlot]
|
||||
readonly attribute Uint8ClampedArray data;
|
||||
//[Constant]
|
||||
readonly attribute unsigned long width;
|
||||
//[Constant]
|
||||
readonly attribute unsigned long height;
|
||||
//[Constant, StoreInSlot]
|
||||
readonly attribute Uint8ClampedArray data;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue