What's wrong with my javascript? it keeps giving me an error in dreamweaver -


Text after "itemprop =" text ">

On line 29 (pixelScan) it shows an error in my Dreamweaver that I want to know what is wrong, please help me Do not know what is the error, if I am a noob on javascript please help me:

   120 & amp; 2 & gt; 50 & amp; RK & lt; 165 & amp; end of & lt; 60) frame.data [i + 3] = 0; } This.videocontentPlayer2.putImageData (frame, 0, 0); Return; }} & lt; / Script & gt;    

is a missing comma separator:

 } , // here pixel scan: function () {   

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -