From bbc58914fe34cf57571014f92ec0dcc709eb1aef Mon Sep 17 00:00:00 2001 From: Valentin Date: Wed, 19 Aug 2015 18:50:21 +0200 Subject: [PATCH] Correction documentation error --- test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.html b/test.html index 45a4601..65a2323 100644 --- a/test.html +++ b/test.html @@ -172,7 +172,7 @@

Instance

By default, BlockAdBlock is instantiated automatically.
To block this automatic instantiation, simply create a variable "blockAdBlock" with a value (null, false, ...) before importing the script.

-
<script>var blockAdBlock = false;</script>
+
<script>var blockAdBlock = false;</script>
 <script src="./blockadblock.js"></script>
After that, you are free to create your own instances:
blockAdBlock = new BlockAdBlock;