export from svn

This commit is contained in:
Serghey Rodin 2011-06-14 00:22:25 +03:00
commit 641ed97fdd
340 changed files with 32404 additions and 0 deletions

7
web/js/console.js Normal file
View file

@ -0,0 +1,7 @@
App.Console.init = function(){
App.Refs.CONSOLE_INPUT.bind('keydown', function(evt){
App.Console.Bash.detectCommand();
});
}