mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-02 09:41:47 +00:00
7 lines
101 B
Plaintext
7 lines
101 B
Plaintext
interface Foo {
|
|
attribute DOMString bar;
|
|
};
|
|
|
|
partial interface Foo {
|
|
attribute DOMString quux;
|
|
}; |