Update custom.html
parent
993bb7298c
commit
1a53e8d34a
|
|
@ -105,7 +105,7 @@ g.drawString(txt,120,120);
|
||||||
// send finished app (in addition to contents of app.json)
|
// send finished app (in addition to contents of app.json)
|
||||||
sendCustomizedApp({
|
sendCustomizedApp({
|
||||||
storage:[
|
storage:[
|
||||||
{"name":"customFile.app.json",url:"app.js",content:content}
|
{"name":"customFile.app.json",url:"app.js",content:content},
|
||||||
{name:"myapp.app.js", url:"app.js", content:app},
|
{name:"myapp.app.js", url:"app.js", content:app},
|
||||||
]
|
]
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue