Correct css Blob type (#508)

This commit is contained in:
Albin Ekblom 2016-07-29 22:30:36 +02:00 committed by Leo Lamprecht
parent 7be0730e99
commit 220b29c6c7

View file

@ -139,8 +139,8 @@ export default class Term extends Component {
border-width: 1px !important; border-width: 1px !important;
} }
${css} ${css}
`]); `], { type: 'text/css' });
return URL.createObjectURL(blob, { type: 'text/css' }); return URL.createObjectURL(blob);
} }
componentWillReceiveProps (nextProps) { componentWillReceiveProps (nextProps) {