conbo-viewnavigator
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -33,3 +33,3 @@ "use strict"; | ||
this.__viewStack = []; | ||
this.className += ' cb-viewnavigator'; | ||
this.className = conbo_1.compact([this.className, 'cb-viewnavigator']).join(' '); | ||
this.addEventListener(conbo_1.ConboEvent.CREATION_COMPLETE, this.__creationCompleteHandler, { scope: this }); | ||
@@ -36,0 +36,0 @@ }; |
{ | ||
"name": "conbo-viewnavigator", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "The ConboJS ViewNavigator component is a container that consists of a collection of View objects, where only the top most view is visible and active", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
12921