From ad54ada3a0349c85cd36b9a11aad005180c1a0dd Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 15 Feb 2010 20:42:26 +0000 Subject: [PATCH] make sure self is defined before we use it in the callback git-svn-id: svn://svn.open-ils.org/ILS/trunk@15538 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/dojo/openils/widget/AutoGrid.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js b/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js index 54fd667fb2..ca1b494098 100644 --- a/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js +++ b/Open-ILS/web/js/dojo/openils/widget/AutoGrid.js @@ -371,6 +371,7 @@ if(!dojo._hasResource['openils.widget.AutoGrid']) { var grid = this; var fmObject = new fieldmapper[this.fmClass]().fromStoreItem(storeItem); var idents = grid.store.getIdentityAttributes(); + var self = this; var pane = new openils.widget.EditPane({ fmObject:fmObject, -- 2.43.2