mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Chrome-apps test: Changing from username to repo in test
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user