From 45c19873c383f56bd64183fee141c9501b61d0bf Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 9 Jan 2009 14:31:24 +0000 Subject: [PATCH] avoid future field name conflicts by moving structure to Structure git-svn-id: svn://svn.open-ils.org/ILS/trunk@11780 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/dojo/fieldmapper/Fieldmapper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/dojo/fieldmapper/Fieldmapper.js b/Open-ILS/web/js/dojo/fieldmapper/Fieldmapper.js index ed97289b9a..217875f7c9 100644 --- a/Open-ILS/web/js/dojo/fieldmapper/Fieldmapper.js +++ b/Open-ILS/web/js/dojo/fieldmapper/Fieldmapper.js @@ -145,7 +145,7 @@ if(!dojo._hasResource["fieldmapper.Fieldmapper"]){ if (!this.a) this.a = []; this.classname = this.declaredClass; this._fields = []; - this.structure = fieldmapper.IDL.fmclasses[this.classname] + this.Structure = fieldmapper.IDL.fmclasses[this.classname] for (var f in fieldmapper.IDL.fmclasses[this.classname].fields) { var field = fieldmapper.IDL.fmclasses[this.classname].fields[f]; -- 2.43.2