From: phasefx Date: Wed, 4 Nov 2009 20:10:30 +0000 (+0000) Subject: missed a function export, even though it's harmless to do so with JSAN X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0837ea5b7a563e0282169f38c601e9ca4de5a7b4;p=contrib%2FConifer.git missed a function export, even though it's harmless to do so with JSAN git-svn-id: svn://svn.open-ils.org/ILS/trunk@14774 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/chrome/content/util/date.js b/Open-ILS/xul/staff_client/chrome/content/util/date.js index f132065ead..0b5b0efc94 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/date.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/date.js @@ -4,7 +4,7 @@ if (typeof util == 'undefined') var util = {}; util.date = {}; util.date.EXPORT_OK = [ - 'check', 'timer_init', 'timer_elapsed', 'db_date2Date', 'formatted_date', 'interval_to_seconds' + 'check', 'check_past', 'timer_init', 'timer_elapsed', 'db_date2Date', 'formatted_date', 'interval_to_seconds' ]; util.date.EXPORT_TAGS = { ':all' : util.date.EXPORT_OK };