Skip to content

Commit 583cd81

Browse files
authored
Merge pull request #109 from NativeScript/jasssonpet/cleanup
Cleanup
2 parents 5f62288 + e2baedd commit 583cd81

File tree

4 files changed

+0
-108
lines changed

4 files changed

+0
-108
lines changed

src/.vscode/launch.json

-79
This file was deleted.

src/.vscode/settings.json

-15
This file was deleted.

src/.vscode/tasks.json

-10
This file was deleted.

src/analytics/telerikAnalyticsService.ts

-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
import { AnalyticsBaseInfo, OperatingSystem } from './analyticsBaseInfo';
22
import * as os from 'os';
33

4-
/**
5-
* Google Universal Analytics Service
6-
*/
7-
84
// Hack needed for the Telerik Analytics JavaScript monitor to work in node environment
95
(global as any).XMLHttpRequest = require("xmlhttprequest").XMLHttpRequest;
106
(global as any).XMLHttpRequest.prototype.withCredentials = false;

0 commit comments

Comments
 (0)