mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-28 09:42:21 -04:00
More == -> === and != -> !== fixes
This commit is contained in:
parent
98a84c031e
commit
5c08bde0fa
14 changed files with 29 additions and 36 deletions
|
@ -164,7 +164,7 @@ var Module = Class.extend({
|
|||
* @returns Nunjucks Environment
|
||||
*/
|
||||
nunjucksEnvironment: function() {
|
||||
if (this._nunjucksEnvironment != null) {
|
||||
if (this._nunjucksEnvironment !== null) {
|
||||
return this._nunjucksEnvironment;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue