I am getting an unexpected token { in the following line:
var that = this, tag_array = "img,object,embed,audio,video,iframe".split(','),
video_array = ['EMBED', 'OBJECT', 'VIDEO'],
is_ooyala = false, platform = {{ platform }};
seems like every thing is in balance. Any idea?
{{ platform }};is causing the error. What do you want to achieve?