使用的YUICompressor我從我的javascript代碼以下錯誤:的Javascript的YUICompressor錯誤
[ERROR] 270:201:missing name after . operator [ERROR] 292:6:missing ; before statement
這裏是在以下幾行JavaScript代碼:
270線:
new _ow.getScript(_ow.wwwurl+'/widget/save?title='+encodeURIComponent(this.obj.title.value)+'&url='+encodeURIComponent(this.obj.url.value)+'&tags='+this.obj.tags.value+'&private='+this.obj.private.checked+'&c='+this.obj.notes.value+'&service='+services+'&token='+(_ow.token ? encodeURIComponent(_ow.token): ''), function(data) {
292線:
});
我找不出什麼問題,因爲這個Javascript代碼在所有瀏覽器上都能正常工作。
編輯:我分裂多行線,並計算出由該代碼生成的「失蹤名後運營商。」:
this.obj.private.checked
是私人的關鍵字使YUI壓縮機變得瘋狂?