Commented out the unused components in Picklist so it now works with dojo 1.5.
authorJoseph Lewis <joehms22@gmail.com>
Sat, 23 Jun 2012 18:15:48 +0000 (12:15 -0600)
committerThomas Berezansky <tsbere@mvlc.org>
Wed, 10 Oct 2012 14:22:37 +0000 (10:22 -0400)
Signed-off-by: Joseph Lewis <joehms22@gmail.com>
Signed-off-by: Thomas Berezansky <tsbere@mvlc.org>
Open-ILS/web/js/dojo/openils/acq/Picklist.js

index d80eeb5..1245b82 100644 (file)
@@ -19,8 +19,8 @@ dojo._hasResource['openils.acq.Picklist'] = true;
 dojo.provide('openils.acq.Picklist');
 
 dojo.require('dojo.data.ItemFileWriteStore');
-dojo.require('dojox.grid.Grid');
-dojo.require('dojox.grid.compat._data.model');
+//dojo.require('dojox.grid.Grid');                                     // Apparently not used here.
+//dojo.require('dojox.grid.compat._data.model');       // Apparently not used here.
 dojo.require('fieldmapper.Fieldmapper');
 dojo.require('fieldmapper.dojoData');
 dojo.require('openils.Event');