JavaScript Load Order

后端 未结 8 2409
没有蜡笔的小新
没有蜡笔的小新 2020-11-30 06:38

I am working with both amq.js (ActiveMQ) and Google Maps. I load my scripts in this order


    

        
8条回答
  •  生来不讨喜
    2020-11-30 07:04

    AMQ depends on prototype which the error console in FireFox says object is not defined.

    Do you mean that AMQ depends on the Prototype library? I can't see an import for that library in the code you've provided.

提交回复
热议问题