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:
parent
dca2f20846
commit
6afef449a6
30 changed files with 906 additions and 222 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue