oazabir / autojscssversion

Automatically exported from code.google.com/p/autojscssversion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem when handling raw javascript

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
When your page has some javascript in it like:
<script type="text/javascript">
        function onSilverlightError(sender, args) {
            var appSource = "";
        }
    </script>
The filter tries to parse this as a file and throws an exception


Original issue reported on code.google.com by kni...@gmail.com on 7 Aug 2011 at 11:46