myvesta/web/js/ref.js
2011-06-14 00:22:25 +03:00

4 lines
134 B
JavaScript

App.Ref.init = function(){
App.Ref.CONSOLE_INPUT = $('#console').find('.b-console-field');
App.Ref.CONTENT = $('#content');
}