From df4f7f4af3d5f42f56a983bbac38409334941afa Mon Sep 17 00:00:00 2001 From: MIZUNE Pine Date: Sat, 18 Oct 2014 21:53:42 +0900 Subject: [PATCH] Fix test --- chrome/chrome-app-tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/chrome-app-tests.ts b/chrome/chrome-app-tests.ts index 851bc27ba6..01657dc858 100644 --- a/chrome/chrome-app-tests.ts +++ b/chrome/chrome-app-tests.ts @@ -3,7 +3,7 @@ import runtime = chrome.app.runtime; import cwindow = chrome.app.window; -var createOptions: cwindow.CreateOptions = { +var createOptions: cwindow.CreateWindowOptions = { id: "My Window", bounds: { left: 0,