Initial pass at dispatch

This commit is contained in:
Colin Kuskie 2010-07-28 15:50:59 -07:00
parent ead0c0d0e9
commit cb4189b7da

View file

@ -573,6 +573,9 @@ A URL.
sub dispatch {
my ($self, $fragment) = @_;
if (! $fragment ) {
return $self->www_view;
}
}