Add composite save function, improve UI a bit and some script cleanup and documentation.

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1065409 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
jsdelfino 2011-01-30 22:30:10 +00:00
commit 6afef449a6
30 changed files with 906 additions and 222 deletions

View file

@ -34,7 +34,7 @@
/**
* Escape a character.
*/
var JSONClient = new Object();
var JSONClient = {};
JSONClient.escapeJSONChar = function(c) {
if(c == "\"" || c == "\\") return "\\" + c;
@ -450,7 +450,7 @@ if (typeof DOMParser == "undefined") {
* Public API.
*/
var sca = new Object();
var sca = {};
/**
* Return a component.