changeset 25:c837221bd717

Added docs to sample-module.js.
author Atul Varma <varmaa@toolness.com>
date Mon, 22 Jun 2009 08:57:09 -0700
parents 777839fbafeb
children 3c3ee9206419
files sample-module.js
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/sample-module.js	Mon Jun 22 08:56:31 2009 -0700
+++ b/sample-module.js	Mon Jun 22 08:57:09 2009 -0700
@@ -1,3 +1,5 @@
+// This is a sample SecurableModule.
+
 function boo() {
   return boo.caller;
 }