Revert "Fix closure errors"

This reverts commit f90790b58c.
This commit is contained in:
Zander Otavka 2016-09-23 12:10:52 -05:00
parent f90790b58c
commit 93304a8fdd

View File

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