diff --git a/lib/WebGUI/Asset/Wobject/_NewWobject.skeleton b/lib/WebGUI/Asset/Wobject/_NewWobject.skeleton index 590071b70..f63dbcc42 100644 --- a/lib/WebGUI/Asset/Wobject/_NewWobject.skeleton +++ b/lib/WebGUI/Asset/Wobject/_NewWobject.skeleton @@ -159,9 +159,6 @@ sub view { #This automatically creates template variables for all of your wobject's properties. my $var = $self->get; - #This is where you will store your wobject's extras files, any javascript, css, or any other files your wobject may use. - $var->{'extrasFolder'} = $session->url->extras("/wobject/NewWobject"); - #This is an example of debugging code to help you diagnose problems. #WebGUI::ErrorHandler::warn($self->get("templateId"));