Fix some trailing whitespace grunt errors

This commit is contained in:
Chris van Marle 2017-10-12 10:23:40 +02:00
parent c8d5044e7a
commit 664196c5ef
3 changed files with 6 additions and 6 deletions

View file

@ -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() {