We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a9507 commit 0d0d96fCopy full SHA for 0d0d96f
1 file changed
src/XrmDefinitelyTyped/Resources/dg.xrmquery.web.ts
@@ -1317,7 +1317,7 @@ namespace XQW {
1317
} catch (e) {}
1318
try {
1319
if (window && window.parent && window.parent.window) {
1320
- const w = <typeof window & { Xrm: any; }>(window.parent.window)
+ const w = <typeof window & { Xrm: any; }>(window.parent.window);
1321
if (w && w.Xrm && w.Xrm.Utility && w.Xrm.Utility.getGlobalContext) {
1322
return w.Xrm.Utility.getGlobalContext().getClientUrl();
1323
}
0 commit comments