Merge pull request #4041 from chrismbarr/patch-4

notifyjs - adding missing `timeout` option to tests
This commit is contained in:
Masahiro Wakame
2015-04-07 23:43:19 +09:00
+1
View File
@@ -14,6 +14,7 @@ function test_Notify_constructor() {
body : "fuga",
icon : "./logo.png",
tag : "user",
timeout : 1000,
notifyShow : (e:Event)=> console.log("notifyShow", e),
notifyClose : ()=> console.log("notifyClose"),
notifyClick : ()=> console.log("notifyClick"),