From 7485fd40c4f5c6b3c92bfb5f866ef95370643722 Mon Sep 17 00:00:00 2001 From: BanupriyaSelvaraj <56014875+BanupriyaSelvaraj@users.noreply.github.com> Date: Tue, 3 Dec 2019 10:48:11 +0530 Subject: [PATCH] Update app.ts Updated --- src/app/app.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/app.ts b/src/app/app.ts index 036b8e5..3ccdf54 100644 --- a/src/app/app.ts +++ b/src/app/app.ts @@ -11,8 +11,6 @@ let dropDownListObject: DropDownList = new DropDownList({ //set the data to dataSource property dataSource: themes, select: function(e) { - debugger - console.log(e); if (e && e.itemData.value) { let ajax: Ajax = new Ajax('assets/styles/' + e.itemData.value + '.css', 'GET', true); ajax.send().then((result: any) => { @@ -41,4 +39,4 @@ let grid: Grid = new Grid({ // render initialized DropDownList dropDownListObject.appendTo('#ddlelement'); // render initialized Grid -grid.appendTo('#Grid'); \ No newline at end of file +grid.appendTo('#Grid');