From cceeaee335e53d95f2067fa810a7781c49ac6635 Mon Sep 17 00:00:00 2001 From: oizulain Date: Thu, 23 Jun 2016 13:47:12 +0200 Subject: [PATCH] Adding namespace option to documentation --- index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index e8cbd4f..50f8789 100644 --- a/index.html +++ b/index.html @@ -170,7 +170,9 @@

Options

// hide animation duration hideDuration: 200, // padding between element and notification - gap: 2 + gap: 2, + // if specified, the namespace option will add a custom class to the notification wrapper + namespace: 'custom-class-name' }