Changeset 9512 for branches/acq-experiment
- Timestamp:
- 05/06/08 12:21:22 (2 months ago)
- Location:
- branches/acq-experiment
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
Open-ILS/web/js/dojo/fieldmapper/Fieldmapper.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/acq-experiment
- Property svnmerge-integrated changed from /trunk:1-9506 to /trunk:1-9511
-
branches/acq-experiment/Open-ILS/web/js/dojo/fieldmapper/Fieldmapper.js
r9380 r9512 93 93 args = params; 94 94 } else { 95 args.params = arguments.splice(1, arguments.length - 1);95 args.params = [].splice.call(arguments, 1, arguments.length - 1); 96 96 } 97 97
