From 4c3dce694a12c1d547c15df725c9f2bbf958bc57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Ram=C3=ADrez=20Norambuena?= Date: Sun, 15 Jan 2017 14:10:48 -0300 Subject: [PATCH] fix blackslash introduce in Pull Request #619 URL Pull Request: https://github.com/MichMich/MagicMirror/pull/619 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24e72147..62c93e6a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed - Installer: Use init config.js from config.js.sample. - Switched out `rrule` package for `rrule-alt` in order to improve calendar issues. (Experimental: [#565](https://github.com/MichMich/MagicMirror/issues/565)) -- Make mouse events pass through the region fullscreen\_above to modules below. +- Make mouse events pass through the region fullscreen_above to modules below. ### Added - Add loaded function to modules, providing an async callback.