Skip to content

Commit

Permalink
- Updated demo
Browse files Browse the repository at this point in the history
  • Loading branch information
sushantk committed Nov 27, 2012
1 parent c627501 commit e6015a5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions ants/store/ants/demo/echo.json
@@ -1,11 +1,14 @@
{
"fetcher": {
// A very simple module definition with a single argument "string"
"module": {
"@class": "ants.FetcherEcho",
"string": "Hello World"
"string": ""
}

"module": {
"fetcher": {
// Using the above module in some other module
"demo": {
"@class": "example"
"child": {
"id": "echo",
"params": {
"string": "Hello World"
Expand Down

0 comments on commit e6015a5

Please sign in to comment.