diff --git a/lib/components/term.js b/lib/components/term.js index 2487e75b..4066ebdf 100644 --- a/lib/components/term.js +++ b/lib/components/term.js @@ -139,8 +139,8 @@ export default class Term extends Component { border-width: 1px !important; } ${css} - `]); - return URL.createObjectURL(blob, { type: 'text/css' }); + `], { type: 'text/css' }); + return URL.createObjectURL(blob); } componentWillReceiveProps (nextProps) {