just a comment field
[nodejsws.git] / examples / simple / myapp.js
index aa29540..c0065e1 100644 (file)
@@ -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 &copy;</i></font>");
 
+
+// now start the application
 app.start();