来自 Seadragon 和 IE 的对象预期错误
我正在玩海龙,试图制作一张深度缩放图像。 我已上传到这里。
在 Firefox 和 Chrome 中它工作正常,但 IE 会产生如下 JavaScript 错误
期望有一个对象。林涅 95
如何解决这个问题?
I'm playing around with seadragon trying to make a deepzoom image. I have uploaded it here.
In Firefox and Chrome it works fine, but IE produces a JavaScript error like
an obect was expectet. Linie 95
How can this be solved?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您使用的是一个非常旧的prototypejs版本(2005年的1.4),这会导致第95行中的错误(Array.shift尝试为数组的长度分配一个无效值,prototype.js第464行)。尝试使用较新版本的prototypejs。
You're using a very old version of prototypejs(1.4 from 2005), which causes an error before the one in line 95(Array.shift tries to assign an invalid value to the length of an array, prototype.js line 464). Try using a newer version of prototypejs.