Fix closure errors

This commit is contained in:
Zander Otavka 2016-09-22 21:55:30 -05:00
parent 07bd6fdd94
commit f90790b58c

View File

@ -30,9 +30,9 @@ var componentHandler = {
/**
* Configuration for component handler, such as preventing initial upgrade.
*
* @type {componentHandler.ComponentHanderConfig}
* @type {componentHandler.ComponentHandlerConfig}
*/
config: {},
config: {preventAutoUpgrade: false},
/**
* Searches existing DOM for elements of our component type and upgrades them
* if they have not already been upgraded.