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

4
web/js/ref.js Normal file
View file

@ -0,0 +1,4 @@
App.Ref.init = function(){
App.Ref.CONSOLE_INPUT = $('#console').find('.b-console-field');
App.Ref.CONTENT = $('#content');
}