From 9f7d4200fb8ff66175a528ece416bcc485f177b3 Mon Sep 17 00:00:00 2001 From: paulr Date: Sun, 30 Dec 2012 22:01:25 +1100 Subject: [PATCH] just a comment field --- examples/simple/myapp.js | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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(); -- 1.7.0.4