console.js 147 B

1234567
  1. App.Console.init = function(){
  2. App.Refs.CONSOLE_INPUT.bind('keydown', function(evt){
  3. App.Console.Bash.detectCommand();
  4. });
  5. }