Skip to content

Commit 0d0d96f

Browse files
committed
Added 'missing' semicolon
1 parent 37a9507 commit 0d0d96f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/XrmDefinitelyTyped/Resources/dg.xrmquery.web.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@ namespace XQW {
13171317
} catch (e) {}
13181318
try {
13191319
if (window && window.parent && window.parent.window) {
1320-
const w = <typeof window & { Xrm: any; }>(window.parent.window)
1320+
const w = <typeof window & { Xrm: any; }>(window.parent.window);
13211321
if (w && w.Xrm && w.Xrm.Utility && w.Xrm.Utility.getGlobalContext) {
13221322
return w.Xrm.Utility.getGlobalContext().getClientUrl();
13231323
}

0 commit comments

Comments
 (0)