Skip to content

Commit

Permalink
Fix closure errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOtavka committed Sep 23, 2016
1 parent 07bd6fd commit f90790b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mdlComponentHandler.js
Expand Up @@ -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.
Expand Down

0 comments on commit f90790b

Please sign in to comment.