i need to rewrite below JS code without "{" and "}"
how i do this?
PHP Code:
<script type="text/javascript">
var aaa = {image:"xxx",width:"400",height:"300" };
bbb.create(aaa, "yyy");
</script>

Comment