Update notifyjs-tests.ts

This commit is contained in:
Christiaan Rakowski
2016-01-02 22:10:10 +01:00
parent 54e9dfc280
commit 48aa1402fd
+1 -1
View File
@@ -31,6 +31,6 @@ function test_Notify_static_methods() {
Notify.requestPermission();
Notify.requestPermission(()=> console.log("onPermissionGrantedCallback"));
Notify.requestPermission(()=> console.log("onPermissionGrantedCallback"), ()=> console.log("onPermissionDeniedCallback"));
Notify.isSupported;
Notify.isSupported();
Notify.permissionLevel;
}