[open-ils-commits] r14774 - trunk/Open-ILS/xul/staff_client/chrome/content/util (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Nov 4 15:10:35 EST 2009


Author: phasefx
Date: 2009-11-04 15:10:30 -0500 (Wed, 04 Nov 2009)
New Revision: 14774

Modified:
   trunk/Open-ILS/xul/staff_client/chrome/content/util/date.js
Log:
missed a function export, even though it's harmless to do so with JSAN

Modified: trunk/Open-ILS/xul/staff_client/chrome/content/util/date.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/util/date.js	2009-11-04 19:51:01 UTC (rev 14773)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/util/date.js	2009-11-04 20:10:30 UTC (rev 14774)
@@ -4,7 +4,7 @@
 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 };
 



More information about the open-ils-commits mailing list