projects
/
nodejsws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c2f8834
)
just a comment field
author
paulr
<paulr@tv.pjr.cc>
Sun, 30 Dec 2012 11:01:25 +0000 (22:01 +1100)
committer
paulr
<paulr@tv.pjr.cc>
Sun, 30 Dec 2012 11:01:25 +0000 (22:01 +1100)
examples/simple/myapp.js
patch
|
blob
|
history
diff --git
a/examples/simple/myapp.js
b/examples/simple/myapp.js
index
aa29540
..
c0065e1
100644
(file)
--- a/
examples/simple/myapp.js
+++ b/
examples/simple/myapp.js
@@
-27,5
+27,7
@@
app.setAppName("MyExampleApp");
// set some default footer text (typically a copyright notice or something
app.setFooterText("<br><br><font size=\"-2\"><i>Copyright PJR.cc 2012 ©</i></font>");
+
+// now start the application
app.start();