What does Firebug “XML cannot be the whole program” error message mean?

前端 未结 7 2069
慢半拍i
慢半拍i 2020-12-19 01:41

I just got this error message in Firebug. A google search reveals nothing but other mystified people! Does anyone have any idea what it means?

It\'s being indicated

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-19 02:08

    I experienced this error when I had a comment in my javascript but it didn't start with a /* it just had a few *'s hence creating a syntax error

提交回复
热议问题