X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/518ed6b5bd287b66ea4d8495d319640541878dea..bf280df09f1b9ffdc34752704fffcd64550a86ed:/SL/Template/Plugin/JavaScript.pm diff --git a/SL/Template/Plugin/JavaScript.pm b/SL/Template/Plugin/JavaScript.pm index 467c59111..01e5104fa 100644 --- a/SL/Template/Plugin/JavaScript.pm +++ b/SL/Template/Plugin/JavaScript.pm @@ -3,6 +3,8 @@ package SL::Template::Plugin::JavaScript; use base qw( Template::Plugin ); use Template::Plugin; +use strict; + sub new { my $class = shift; my $context = shift;