From 36512c59c729f018f07d7b427baa3a6df3117809 Mon Sep 17 00:00:00 2001 From: Thomas Berezansky Date: Tue, 7 Aug 2012 14:29:37 -0400 Subject: [PATCH] Remove extra xulG redefines Signed-off-by: Thomas Berezansky Signed-off-by: Dan Scott --- Open-ILS/xul/staff_client/chrome/content/util/widget_prompt.js | 1 - Open-ILS/xul/staff_client/server/cat/volume_editor.js | 2 -- Open-ILS/xul/staff_client/server/circ/circ_summary.xul | 2 -- Open-ILS/xul/staff_client/server/circ/copy_details.xul | 2 -- Open-ILS/xul/staff_client/server/serial/editor_base.js | 1 - 5 files changed, 8 deletions(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/util/widget_prompt.js b/Open-ILS/xul/staff_client/chrome/content/util/widget_prompt.js index 0bc238f373..ff128cae3f 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/widget_prompt.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/widget_prompt.js @@ -1,4 +1,3 @@ -var xulG = {}; var widget; function my_init() { diff --git a/Open-ILS/xul/staff_client/server/cat/volume_editor.js b/Open-ILS/xul/staff_client/server/cat/volume_editor.js index 48d8d55d23..51299ce71e 100644 --- a/Open-ILS/xul/staff_client/server/cat/volume_editor.js +++ b/Open-ILS/xul/staff_client/server/cat/volume_editor.js @@ -3,8 +3,6 @@ const rel_vert_pos_call_number_prefix = 2; const rel_vert_pos_call_number = 3; const rel_vert_pos_call_number_suffix = 4; -var xulG = {}; - function my_init() { try { if (typeof JSAN == 'undefined') { throw( $("commonStrings").getString('common.jsan.missing') ); } diff --git a/Open-ILS/xul/staff_client/server/circ/circ_summary.xul b/Open-ILS/xul/staff_client/server/circ/circ_summary.xul index 9a98fb8760..26c6e071cb 100644 --- a/Open-ILS/xul/staff_client/server/circ/circ_summary.xul +++ b/Open-ILS/xul/staff_client/server/circ/circ_summary.xul @@ -36,8 +36,6 @@