inhabit-module-base
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -73,2 +73,3 @@ "use strict"; | ||
this.searchEngineService = dependencies.searchEngineService; | ||
this.events = dependencies.events || { on: console.log.bind(console, 'There is not events') }; | ||
@@ -75,0 +76,0 @@ return this; |
{ | ||
"name": "inhabit-module-base", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "A Base Module class for InHabit.", | ||
@@ -5,0 +5,0 @@ "main": "build/InhabitModuleBase.js", |
@@ -73,2 +73,3 @@ "use strict"; | ||
this.searchEngineService = dependencies.searchEngineService; | ||
this.events = dependencies.events || { on: console.log.bind(console, 'There is not events') }; | ||
@@ -75,0 +76,0 @@ return this; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37052
217