[open-ils-commits] r14231 - trunk/Open-ILS/examples (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Sep 30 15:00:37 EDT 2009


Author: dbs
Date: 2009-09-30 15:00:32 -0400 (Wed, 30 Sep 2009)
New Revision: 14231

Modified:
   trunk/Open-ILS/examples/openils.profile.js
Log:
Add dojo.io.script to the Dojo profile (for r14226)


Modified: trunk/Open-ILS/examples/openils.profile.js
===================================================================
--- trunk/Open-ILS/examples/openils.profile.js	2009-09-30 18:54:25 UTC (rev 14230)
+++ trunk/Open-ILS/examples/openils.profile.js	2009-09-30 19:00:32 UTC (rev 14231)
@@ -36,7 +36,8 @@
                    "dojox.form.CheckedMultiSelect",
                    "dijit.form.TimeTextBox",
                    "dijit.form.CheckBox",
-                   "dijit.layout.TabContainer"
+                   "dijit.layout.TabContainer",
+                   "dojo.io.script"
                    ]
 }
 
@@ -46,4 +47,4 @@
                [ "dojox", "../dojox" ]
                ]
 };
-               
\ No newline at end of file
+               



More information about the open-ils-commits mailing list