Removed no longer existing params

This commit is contained in:
Paul-Vincent Roll 2016-04-03 20:13:22 +02:00
parent 99dbb3abed
commit 7f2537f9b1

View File

@ -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});
```
<table width="100%">
<!-- why, markdown... -->