SyntaxError: Parse Error only happens in safari
        Posted  
        
            by Josh Crowder
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Josh Crowder
        
        
        
        Published on 2010-05-20T00:55:16Z
        Indexed on 
            2010/05/20
            1:00 UTC
        
        
        Read the original article
        Hit count: 434
        
Im getting SyntaxError: Parse Error, only on safari. Here is the code in question.
<script type="text/javascript">
//
I am using transloadit a jquery plugin. which works on every other page and is loading fine on safari by the looks of it.
The errors is on line 44 which is
export: {
Can anyone see anything wrong with that page?
© Stack Overflow or respective owner