just a comment field
authorpaulr <paulr@tv.pjr.cc>
Sun, 30 Dec 2012 11:01:25 +0000 (22:01 +1100)
committerpaulr <paulr@tv.pjr.cc>
Sun, 30 Dec 2012 11:01:25 +0000 (22:01 +1100)
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();