Clean up whitespace, long lines for WebIDLs

This commit is contained in:
Corey Farwell 2015-07-26 00:26:01 +07:00
parent d1acefa452
commit 9415c92a5c
15 changed files with 63 additions and 31 deletions

View file

@ -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;
};