From 0d8fd2896cd1b99ca2a30fc2a3fb41e72a89f3a6 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 3 Feb 2010 17:53:55 -0800 Subject: [PATCH] Fix a typo with extending isHidden. --- lib/WebGUI/Asset/Event.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Event.pm b/lib/WebGUI/Asset/Event.pm index 0054d24c6..3dea661a5 100644 --- a/lib/WebGUI/Asset/Event.pm +++ b/lib/WebGUI/Asset/Event.pm @@ -131,7 +131,7 @@ property userDefined5 => ( default => '', ); -around is_hidden => sub { +around isHidden => sub { my $orig = shift; my $self = shift; if (@_ > 0) {