Skip to content

Commit

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

0 comments on commit 93304a8

Please sign in to comment.