nci/static/js/app/components/terminal/index.js

10 lines
121 B
JavaScript
Raw Normal View History

2015-05-07 21:55:40 +00:00
'use strict';
define([
2015-05-10 16:53:33 +00:00
'app/components/terminal/terminal',
2015-05-07 21:55:40 +00:00
], function(Console) {
return {
Console: Console
};
});