mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-07-07 13:31:51 -07:00
4 lines
134 B
JavaScript
4 lines
134 B
JavaScript
App.Ref.init = function(){
|
|
App.Ref.CONSOLE_INPUT = $('#console').find('.b-console-field');
|
|
App.Ref.CONTENT = $('#content');
|
|
}
|