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');