From 8fde8a8921135112ccfdd13ce6b009755b5f71ed Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Tue, 21 Jun 2016 13:56:04 -0700 Subject: Manually linted --- ui/example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/example.js') 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, }) -- cgit