Chrome-apps test: Changing from username to repo in test

This commit is contained in:
Nikolai Ommundsen
2018-06-20 13:27:12 +02:00
parent 9d6648e065
commit 3bba3b6ed5
+1 -1
View File
@@ -332,7 +332,7 @@ gcmMessage.data = {
let wve: chrome.webview.HTMLWebViewElement = (<any>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';