From b616cfa75c19e246fe6a1c62a1c9772c62a556b7 Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Sat, 9 Apr 2016 18:03:12 +0200 Subject: [PATCH] Typo. --- modules/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/README.md b/modules/README.md index 97f973ff..406f84cf 100644 --- a/modules/README.md +++ b/modules/README.md @@ -64,8 +64,8 @@ This represents if the module is currently hidden (faded away). The configuration of the module instance as set in the user's config.js file. This config will also contain the module's defaults if these properties are not over written by the user config. -####`this.config` -**Boolean** +####`this.data` +**Object** The data object contains additional metadata about the module instance: - `data.classes` - The classes which are added to the module dom wrapper.