From 37a7dcf58c9c8f8752a2716e18abfdc2681748d4 Mon Sep 17 00:00:00 2001
From: Steve Wasiura
Date: Fri, 19 Jul 2013 14:36:52 -0400
Subject: [PATCH] added help comment in setupForm example
to help newbies who try to put all scripts in DOM head
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index d13d454..00e3895 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@ particular form.
+/* important to locate this script AFTER the closing form element, so form object is loaded in DOM before setup is called */
$.setupForm({
modules : 'date, security'
});