Remove unsupported types from the SupportedType IDL enum.

This commit is contained in:
Ms2ger 2015-02-28 15:48:48 +01:00
parent 55f7636549
commit 3dac90b49e
2 changed files with 2 additions and 6 deletions

View file

@ -8,10 +8,10 @@
enum SupportedType {
"text/html",
"text/xml",
"text/xml"/*,
"application/xml",
"application/xhtml+xml",
"image/svg+xml"
"image/svg+xml"*/
};
[Constructor]