mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
chore(console) remove trailing spaces
This commit is contained in:
parent
6db67e2f9e
commit
38c267d34d
1 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ var CloudCmd, Util, DOM, $, jqconsole;
|
|||
Images = DOM.Images,
|
||||
Console = this;
|
||||
|
||||
this.init = function(pCallBack){
|
||||
this.init = function(pCallBack) {
|
||||
var lViewFunc = CloudCmd.View.show || CloudCmd.View;
|
||||
|
||||
Util.loadOnLoad([
|
||||
|
|
@ -29,7 +29,7 @@ var CloudCmd, Util, DOM, $, jqconsole;
|
|||
delete Console.init;
|
||||
};
|
||||
|
||||
this.show = function(){
|
||||
this.show = function() {
|
||||
Images.showLoad({top:true});
|
||||
|
||||
if (!Element) {
|
||||
|
|
@ -100,7 +100,7 @@ var CloudCmd, Util, DOM, $, jqconsole;
|
|||
jqconsole.Write( addNewLine(pText), 'log-msg');
|
||||
};
|
||||
|
||||
this.error = function(pText){
|
||||
this.error = function(pText){
|
||||
if (jqconsole)
|
||||
jqconsole.Write( addNewLine(pText), 'error-msg');
|
||||
};
|
||||
|
|
@ -151,7 +151,7 @@ var CloudCmd, Util, DOM, $, jqconsole;
|
|||
Console.hide();
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue