jQuery错误NS_ERROR_XPC_BAD_CONVERT_JS

我在我正在构建的网站上使用quovolver,当我尝试添加此脚本时,我收到此错误:

NS_ERROR_XPC_BAD_CONVERT_JS: Could not convert JavaScript argument arg 0 [nsIDOMWindow.getComputedStyle] [Break On This Error] var ret = matches.call( elem, expr ); jquery.js (line 5316 

如果我删除quovolver,则错误消失。

我该如何解决这个问题?

这是我的HTML和JS:

HTML

 

Quote Goes here

—Author

Call to Action Text

JS

 $('.quotes').quovolver({ children : 'span', pauseOnHover : true, autoPlaySpeed : 8000 });