mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
Fix some trailing whitespace grunt errors
This commit is contained in:
parent
c8d5044e7a
commit
664196c5ef
3 changed files with 6 additions and 6 deletions
|
@ -27,7 +27,7 @@ var Module = Class.extend({
|
|||
// visibility when hiding and showing module.
|
||||
lockStrings: [],
|
||||
|
||||
// Storage of the nunjuck Environment,
|
||||
// Storage of the nunjuck Environment,
|
||||
// This should not be referenced directly.
|
||||
// Use the nunjucksEnvironment() to get it.
|
||||
_nunjucksEnvironment: null,
|
||||
|
@ -156,7 +156,7 @@ var Module = Class.extend({
|
|||
/** nunjucksEnvironment()
|
||||
* Returns the nunjucks environment for the current module.
|
||||
* The environment is checked in the _nunjucksEnvironment instance variable.
|
||||
*
|
||||
|
||||
* @returns Nunjucks Environment
|
||||
*/
|
||||
nunjucksEnvironment: function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue