SyntaxError: Parse Error only happens in safari
- by Josh Crowder
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?