diff options
Diffstat (limited to 'ui/example.js')
-rw-r--r-- | ui/example.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/example.js b/ui/example.js index c143937c1..f4126438c 100644 --- a/ui/example.js +++ b/ui/example.js @@ -106,7 +106,7 @@ var container = document.getElementById('app-content') var css = MetaMaskUiCss() injectCss(css) -var app = MetaMaskUi({ +MetaMaskUi({ container: container, accountManager: accountManager, }) |