@smartface/contx
Advanced tools
Comparing version 1.0.0-rc.10 to 1.0.0-rc.11
@@ -125,7 +125,7 @@ (function (global, factory) { | ||
if (name == rootName + "_statusBar") { | ||
componentVars = root.constructor.$$styleContext.statusBar || {}; | ||
componentVars = root.constructor && root.constructor.$$styleContext.statusBar || {}; | ||
} else if (name == rootName + "_headerBar") { | ||
componentVars = root.constructor.$$styleContext.headerBar || {}; | ||
componentVars = root.constructor && root.constructor.$$styleContext.headerBar || {}; | ||
} else { | ||
componentVars = component.constructor.$$styleContext || {}; | ||
componentVars = component.constructor && component.constructor.$$styleContext || {}; | ||
} | ||
@@ -132,0 +132,0 @@ |
{ | ||
"name": "@smartface/contx", | ||
"version": "1.0.0-rc.10", | ||
"version": "1.0.0-rc.11", | ||
"description": "Context Manager", | ||
@@ -5,0 +5,0 @@ "scripts": { |
79992