Merge pull request #1054 from qistoph/gruntfix

Fix some white space grunt errors
This commit is contained in:
Michael Teeuw 2017-10-13 20:39:04 +02:00 committed by GitHub
commit 71aded0fae
3 changed files with 6 additions and 6 deletions

View File

@ -156,7 +156,7 @@ var Module = Class.extend({
/** nunjucksEnvironment() /** nunjucksEnvironment()
* Returns the nunjucks environment for the current module. * Returns the nunjucks environment for the current module.
* The environment is checked in the _nunjucksEnvironment instance variable. * The environment is checked in the _nunjucksEnvironment instance variable.
*
* @returns Nunjucks Environment * @returns Nunjucks Environment
*/ */
nunjucksEnvironment: function() { nunjucksEnvironment: function() {