notifyjs - adding missing timeout option to tests

This commit is contained in:
Chris Barr
2015-04-03 07:50:35 -04:00
parent 2520bce9a8
commit 9c32ba187d
+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"),