pull/1/head
yann300 7 years ago
parent e0342e7376
commit 188404e073
  1. 2
      src/app/panels/terminal.js

@ -363,7 +363,7 @@ class Terminal {
registerType (typename, template) {
var self = this
if (typeof template !== 'function') throw new Error('invalid template')
self._template[typename] = template
self._templates[typename] = template
}
log () {
var self = this

Loading…
Cancel
Save