fix(terminal) init: cssSet -> load.style, jqueryLoad -> loadJquery

This commit is contained in:
coderaiser 2014-06-02 08:52:55 -04:00
parent 9490b87523
commit aff0090a6e

View file

@ -26,7 +26,7 @@ var CloudCmd, Util, DOM, CloudFunc, Terminal;
Loading = true;
Util.exec.series([
DOM.jqueryLoad,
DOM.loadJquery,
CloudCmd.View,
load,
CloudCmd.Socket,
@ -68,7 +68,7 @@ var CloudCmd, Util, DOM, CloudFunc, Terminal;
'top : -1000px;'
});
DOM.cssSet({
DOM.load.style({
id : 'terminal-css',
inner : '#terminal, .terminal, #view {' +
'height' + ': 100%;' +