From 3bbfbcb9010344a9d0fad565a556a27c1d6aadd0 Mon Sep 17 00:00:00 2001 From: Nikolay Date: Thu, 14 Apr 2016 17:37:43 +0300 Subject: [PATCH] removed obsolete option --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 8755850..236bb21 100644 --- a/README.md +++ b/README.md @@ -362,13 +362,6 @@ Available configuration parameters: ```javascript { - // sets "development" mode flag. - // see the API section below for method .development() - // for more explanation about what "development" mode does - // and when is it needed. - // - development: true, // is false by default - // debug mode. // when set to true, lets you see debugging messages in the console. //