From 92ea0ef8d84920428427ab157caaad9e617754b5 Mon Sep 17 00:00:00 2001 From: dbs Date: Wed, 30 Sep 2009 19:00:32 +0000 Subject: [PATCH] Add dojo.io.script to the Dojo profile (for r14226) git-svn-id: svn://svn.open-ils.org/ILS/trunk@14231 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/examples/openils.profile.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Open-ILS/examples/openils.profile.js b/Open-ILS/examples/openils.profile.js index 5973fa46c3..5328179819 100644 --- a/Open-ILS/examples/openils.profile.js +++ b/Open-ILS/examples/openils.profile.js @@ -36,7 +36,8 @@ dependencies ={ "dojox.form.CheckedMultiSelect", "dijit.form.TimeTextBox", "dijit.form.CheckBox", - "dijit.layout.TabContainer" + "dijit.layout.TabContainer", + "dojo.io.script" ] } @@ -46,4 +47,4 @@ dependencies ={ [ "dojox", "../dojox" ] ] }; - \ No newline at end of file + -- 2.43.2