yui - Javascript YUICompressor error -


I get the following error from my Javascript code using YUICompressor:

 [Error] 270: 201: Operator [error] after missing name 292: 6: missing; 

Line 270:

  New _ow.getScript (_ow.wwwurl + '/ widget / save title =' + encodeurIComponent (this.obj.title.value) + ' & Amp;? Url = '+ encodeURIComponent (this.obj.url.value) +' & amp; tag = '+ this.obj.tags.value +' & amp; private; '= this +obj.private.checked + '& Amp; c =' + this.obj.notes.value + 'and service =' + services + 'and token =' + (_ ow.token? Encodercomponent (_ow) .token): '') , Function (data) {  

line 292:

 });  

I did not know what the problem is because this javascript code works fine on all browsers. Private is a keyword that goes crazy to YUI compressor?


Comments