missed a function export, even though it's harmless to do so with JSAN
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 4 Nov 2009 20:10:30 +0000 (20:10 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 4 Nov 2009 20:10:30 +0000 (20:10 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@14774 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/chrome/content/util/date.js

index f132065..0b5b0ef 100644 (file)
@@ -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 };