From: paulr Date: Sun, 30 Dec 2012 11:01:25 +0000 (+1100) Subject: just a comment field X-Git-Url: http://git.pjr.cc/?p=nodejsws.git;a=commitdiff_plain;h=9f7d4200fb8ff66175a528ece416bcc485f177b3 just a comment field --- diff --git a/examples/simple/myapp.js b/examples/simple/myapp.js index aa29540..c0065e1 100644 --- 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("

Copyright PJR.cc 2012 ©"); + +// now start the application app.start();