mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 04:02:12 +00:00
fix comments and space js/main.js
This commit is contained in:
parent
ace460c69b
commit
edfd9e46b6
@ -76,7 +76,7 @@ var MM = (function() {
|
|||||||
/* sendNotification(notification, payload, sender)
|
/* sendNotification(notification, payload, sender)
|
||||||
* Send a notification to all modules.
|
* Send a notification to all modules.
|
||||||
*
|
*
|
||||||
* argument notification string - The identifier of the noitication.
|
* argument notification string - The identifier of the notification.
|
||||||
* argument payload mixed - The payload of the notification.
|
* argument payload mixed - The payload of the notification.
|
||||||
* argument sender Module - The module that sent the notification.
|
* argument sender Module - The module that sent the notification.
|
||||||
*/
|
*/
|
||||||
@ -308,7 +308,7 @@ var MM = (function() {
|
|||||||
/* withClass(className)
|
/* withClass(className)
|
||||||
* filters a collection of modules based on classname(s).
|
* filters a collection of modules based on classname(s).
|
||||||
*
|
*
|
||||||
* argument className string/array - one or multiple classnames. (array or space devided)
|
* argument className string/array - one or multiple classnames. (array or space divided)
|
||||||
*
|
*
|
||||||
* return array - Filtered collection of modules.
|
* return array - Filtered collection of modules.
|
||||||
*/
|
*/
|
||||||
@ -338,7 +338,7 @@ var MM = (function() {
|
|||||||
/* exceptWithClass(className)
|
/* exceptWithClass(className)
|
||||||
* filters a collection of modules based on classname(s). (NOT)
|
* filters a collection of modules based on classname(s). (NOT)
|
||||||
*
|
*
|
||||||
* argument className string/array - one or multiple classnames. (array or space devided)
|
* argument className string/array - one or multiple classnames. (array or space divided)
|
||||||
*
|
*
|
||||||
* return array - Filtered collection of modules.
|
* return array - Filtered collection of modules.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user