From 9b20ce2fe76e8dfa08cee411723038478a87a79f Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 30 Apr 2009 19:42:47 +0000 Subject: [PATCH] Add note about packed templates to process method sub. --- lib/WebGUI/Asset/Template.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Template.pm b/lib/WebGUI/Asset/Template.pm index fc44a5516..972740542 100644 --- a/lib/WebGUI/Asset/Template.pm +++ b/lib/WebGUI/Asset/Template.pm @@ -386,7 +386,9 @@ sub prepare { =head2 process ( vars ) -Evaluate a template replacing template commands for HTML. +Evaluate a template replacing template commands for HTML. If the internal property templatePacked +is set to true, the packed, minimized template will be used. Otherwise, the original template +will be used. =head3 vars