From 48aa1402fd462017eb046ad52b0632ad9205374b Mon Sep 17 00:00:00 2001 From: Christiaan Rakowski Date: Sat, 2 Jan 2016 22:10:10 +0100 Subject: [PATCH] Update notifyjs-tests.ts --- notifyjs/notifyjs-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifyjs/notifyjs-tests.ts b/notifyjs/notifyjs-tests.ts index 3289791de..7d9ffec67 100644 --- a/notifyjs/notifyjs-tests.ts +++ b/notifyjs/notifyjs-tests.ts @@ -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; }