File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 77const Module = Class . extend ( {
88
99 /**
10- *******************************************************
11- * All methods (and properties) below can be extended . *
12- *******************************************************
10+ *********************************************************
11+ * All methods (and properties) below can be overridden . *
12+ *********************************************************
1313 */
1414
1515 // Set the minimum MagicMirror² module version for this module.
@@ -197,9 +197,9 @@ const Module = Class.extend({
197197 } ,
198198
199199 /**
200- *********************************************
201- * The methods below should not be extended . *
202- *********************************************
200+ ***********************************************
201+ * The methods below should not be overridden . *
202+ ***********************************************
203203 */
204204
205205 /**
You can’t perform that action at this time.
0 commit comments