File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ export class AppComponent {
120120
121121 constructor() {
122122 this.dataManager = ej.DataManager({
123- url: "https ://js.syncfusion.com/demos/ejServices/Wcf/TreeGridGantt/TreeGantt.svc/SelfReferenceDatas",
123+ url: "http ://js.syncfusion.com/demos/ejServices/Wcf/TreeGridGantt/TreeGantt.svc/SelfReferenceDatas",
124124 crossDomain: true
125125 });
126126 this.ganttData = this.dataManager;
@@ -229,7 +229,7 @@ export class AppComponent {
229229
230230 constructor() {
231231 this.dataManager = ej.DataManager({
232- url: "https ://js.syncfusion.com/demos/ejServices/Wcf/TreeGridGantt/TreeGantt.svc/SelfReferenceDatas"
232+ url: "http ://js.syncfusion.com/demos/ejServices/Wcf/TreeGridGantt/TreeGantt.svc/SelfReferenceDatas"
233233 });
234234 this.ganttData = this.dataManager;
235235
You can’t perform that action at this time.
0 commit comments