Skip to content

Commit

Permalink
renamed RudderAnalyticsClient to RudderClient in alignment with other…
Browse files Browse the repository at this point in the history
… SDKs
  • Loading branch information
dipanjanb authored and sayan-rudder committed Sep 30, 2019
1 parent 9e1049b commit 38d22eb
Show file tree
Hide file tree
Showing 3 changed files with 516 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rudder-client-javascript/RudderAnalyticsClient.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// -----------------------------------------------------------------------
// <copyright file="RudderAnalyticsClient.js" company="Rudder Labs">
// <copyright file="RudderClient.js" company="Rudder Labs">
// Copyright (c) 2019 Rudder Labs All rights reserved.
// </copyright>
// <author>Rudder Labs</author>
Expand Down Expand Up @@ -69,7 +69,7 @@ var RudderIntegrationPlatform = {
const BASE_URL = "";

//Singleton implementation of the core SDK client class
var Analytics = (function () {
var RudderClient = (function () {

// Instance stores a reference to the Singleton
var instance;
Expand Down Expand Up @@ -504,7 +504,7 @@ class RudderNetwork {
//Test code
context = new RudderContext();
context.applicationContext = {};
var Instance1 = Analytics.getInstance(context);
var Instance1 = RudderClient.getInstance(context);
//console.log(JSON.stringify(new RudderElement()));


Expand Down

0 comments on commit 38d22eb

Please sign in to comment.