From 7f2537f9b1b8cb2cf9d9e9dfa57429eb9306b78f Mon Sep 17 00:00:00 2001 From: Paul-Vincent Roll Date: Sun, 3 Apr 2016 20:13:22 +0200 Subject: [PATCH] Removed no longer existing params --- modules/default/alert/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/default/alert/README.md b/modules/default/alert/README.md index b3e20b8f..74df29a5 100644 --- a/modules/default/alert/README.md +++ b/modules/default/alert/README.md @@ -101,7 +101,7 @@ self.sendNotification("SHOW_NOTIFICATION", {title: "Hello", message: "This is a ### Display alert ``` -self.sendNotification("SHOW_ALERT", {title: "Hello", message: "This is a test!", type: "success", imageUrl:"url", imageSize: "50x50", timer:1000}); +self.sendNotification("SHOW_ALERT", {title: "Hello", message: "This is a test!", imageUrl:"url", imageHeight: "30px", timer:2}); ```