mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-29 01:54:59 -04:00
fix comments and space js/main.js
This commit is contained in:
parent
ace460c69b
commit
edfd9e46b6
1 changed files with 12 additions and 12 deletions
|
@ -76,7 +76,7 @@ var MM = (function() {
|
|||
/* sendNotification(notification, payload, sender)
|
||||
* 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 sender Module - The module that sent the notification.
|
||||
*/
|
||||
|
@ -308,7 +308,7 @@ var MM = (function() {
|
|||
/* withClass(className)
|
||||
* 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.
|
||||
*/
|
||||
|
@ -338,7 +338,7 @@ var MM = (function() {
|
|||
/* exceptWithClass(className)
|
||||
* 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.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue