This commit is contained in:
node 2012-07-04 11:53:10 +00:00
parent 80dcbb6098
commit 539edeb244
2 changed files with 10 additions and 4 deletions

View file

@ -627,7 +627,7 @@ CloudClient.cssSet = function(pParams_o){
pParams_o.style,
pParams_o.id,
pParams_o.element?pParams_o.element:document.body);
lElem.innerText=pParams_o.inner;
lElem.innerHTML=pParams_o.inner;
};
/*
@ -713,4 +713,4 @@ try{
CloudCommander.keyBinding();
};
}
catch(err){}
catch(err){}

View file

@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "0.0.1-11",
"version": "0.0.1-12",
"scripts": {
"test": "sh test/test.sh",
"start": "server.js"
@ -8,5 +8,11 @@
"engines": {
"node": "0.6.x"
},
"subdomain": "cloudcmd"
"subdomain": "cloudcmd",
"dependencies": {
"zlib": "*",
"uglify-js": "*",
"html-minifier": "*",
"clean-css": "*"
}
}