From 3bba3b6ed599dbf7cd75ea3ee41c0ab1d0d23b93 Mon Sep 17 00:00:00 2001 From: Nikolai Ommundsen Date: Wed, 20 Jun 2018 13:27:12 +0200 Subject: [PATCH] Chrome-apps test: Changing from username to repo in test --- types/chrome-apps/test/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/chrome-apps/test/index.ts b/types/chrome-apps/test/index.ts index a20f93f4c7..c0dc6402a6 100644 --- a/types/chrome-apps/test/index.ts +++ b/types/chrome-apps/test/index.ts @@ -332,7 +332,7 @@ gcmMessage.data = { let wve: chrome.webview.HTMLWebViewElement = (document.getElementById('webview')); wve.name = 'test'; -wve.src = 'http://github.com/niikoo' +wve.src = 'https://github.com/DefinitelyTyped'; wve.allowtransparency = true; wve.autosize = 'on'; wve.partition = 'persist:githubwebview';