aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojox/rpc/documentation.smd
diff options
context:
space:
mode:
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-11-14 15:39:19 +0000
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-11-14 15:39:19 +0000
commit1c5685d68f1b73270fb814fe04cbb490eb90ba5f (patch)
tree3d3ada08a934b96fc31531f1327690d7edc6f766 /includes/js/dojox/rpc/documentation.smd
parent104d59099e048688c4dbac37d72137006e396558 (diff)
downloadsemanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.gz
semanticscuttle-1c5685d68f1b73270fb814fe04cbb490eb90ba5f.tar.bz2
Minor fix: Remove DOJO library (60Mo) replaced by link to Google CDN (online DOJO library)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@159 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'includes/js/dojox/rpc/documentation.smd')
-rw-r--r--includes/js/dojox/rpc/documentation.smd30
1 files changed, 0 insertions, 30 deletions
diff --git a/includes/js/dojox/rpc/documentation.smd b/includes/js/dojox/rpc/documentation.smd
deleted file mode 100644
index 3ff1623..0000000
--- a/includes/js/dojox/rpc/documentation.smd
+++ /dev/null
@@ -1,30 +0,0 @@
-{
- envelope: "URL",
- transport: "JSONP",
- callbackParamName: "callback",
- services: {
- get: {
- target: "http://redesign.dojotoolkit.org/jsdoc/jsonp",
- parameters: [
- { name: "name", type: "string", optional: false },
- { name: "exact", type: "boolean", optional: true },
- { name: "recursion", type: "boolean", optional: true },
- { name: "resource", type: "string", optional: true },
- { name: "project", type: "string", optional: true },
- { name: "version", type: "string", optional: true },
- { name: "attributes", type: "array", optional: true }
- ]
- },
- batch: {
- target: "http://redesign.dojotoolkit.org/jsdoc/jsonp/batch",
- parameters: [
- { name: "names", type: "array", optional: false },
- { name: "exact", type: "boolean", optional: true },
- { name: "recursion", type: "boolean", optional: true },
- { name: "project", type: "string", optional: true },
- { name: "version", type: "string", optional: true },
- { name: "attributes", type: "array", optional: false }
- ]
- }
- }
-} \ No newline at end of file