[open-ils-commits] r16418 - trunk/Open-ILS/xul/staff_client/chrome/content/util (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Wed May 12 13:48:36 EDT 2010
Author: phasefx
Date: 2010-05-12 13:48:32 -0400 (Wed, 12 May 2010)
New Revision: 16418
Modified:
trunk/Open-ILS/xul/staff_client/chrome/content/util/print.js
Log:
define obj for this method
Modified: trunk/Open-ILS/xul/staff_client/chrome/content/util/print.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/util/print.js 2010-05-12 02:55:24 UTC (rev 16417)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/util/print.js 2010-05-12 17:48:32 UTC (rev 16418)
@@ -141,6 +141,7 @@
'template_sub' : function( msg, cols, params ) {
try {
+ var obj = this;
if (!msg) { dump('template sub called with empty string\n'); return; }
JSAN.use('util.date');
var s = msg; var b;
More information about the open-ils-commits
mailing list