IE9 / 10:Meteor.users.attachSchema - 对象不支持在Meteor.js中使用Collection2的属性或方法'attachSchema'

时间:2015-12-18 15:33:32

标签: internet-explorer meteor meteor-collection2

在Internet Explorer 9和10中运行Meteor应用程序时出现以下JavaScript运行时错误(我在9之前没有检查过,IE11中没有问题): Object不支持属性或方法'attachSchema'

问题专栏:Meteor.users.attachSchema(Schemas.User);

对于任何使用attachSchema的其他集合,我都不会收到此错误。

1 个答案:

答案 0 :(得分:0)

尝试做:

UsersCollection = Meteor.users;
UsersCollection.attachSchema( Schemas.User );