[open-ils-commits] r16726 - trunk/Open-ILS/web/js/ui/default/actor/user (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Jun 16 10:54:43 EDT 2010


Author: phasefx
Date: 2010-06-16 10:54:40 -0400 (Wed, 16 Jun 2010)
New Revision: 16726

Modified:
   trunk/Open-ILS/web/js/ui/default/actor/user/register.js
Log:
the layer/bundle version of dojo I was using hid the need for this dojo.require line

Modified: trunk/Open-ILS/web/js/ui/default/actor/user/register.js
===================================================================
--- trunk/Open-ILS/web/js/ui/default/actor/user/register.js	2010-06-15 21:50:15 UTC (rev 16725)
+++ trunk/Open-ILS/web/js/ui/default/actor/user/register.js	2010-06-16 14:54:40 UTC (rev 16726)
@@ -1,4 +1,5 @@
 dojo.require('dojo.data.ItemFileReadStore');
+dojo.require('dijit.form.Form');
 dojo.require('dijit.form.Textarea');
 dojo.require('dijit.form.FilteringSelect');
 dojo.require('dijit.form.ComboBox');



More information about the open-ils-commits mailing list