Toastr为toastr.info('msg')抛出TypeError

时间:2015-09-01 15:21:10

标签: javascript toastr

我正在尝试toastr但我不断得到一个对我没有任何意义的奇怪的TypeError。

dbus.exceptions.DBusException: org.freedesktop.DBus.Error.UnknownMethod: Method "SetMode" with signature "s" on interface "org.bluez.Adapter" doesn't exist

我把我的项目搭建了yeoman gulp-angular脚手架并正确地注入控制器,我想测试它。 我尝试的线路只是:

TypeError: Cannot read property 'extend' of undefined
at getOptions (http://localhost:3000/bower_components/toastr/toastr.js:391:25)

toastr出现在页面中 - 由gulp任务插入。 如何找出这里出了什么问题?

1 个答案:

答案 0 :(得分:3)

可能不包含jQuery库。 toastr getOptions方法正在尝试扩展初始化toastr时传入的配置。