mirror of
https://github.com/serghey-rodin/vesta.git
synced 2026-02-02 12:39:31 +01:00
8 lines
147 B
JavaScript
8 lines
147 B
JavaScript
App.Console.init = function(){
|
|
|
|
App.Refs.CONSOLE_INPUT.bind('keydown', function(evt){
|
|
App.Console.Bash.detectCommand();
|
|
});
|
|
}
|
|
|