Skip to content

Commit 473024e

Browse files
update
1 parent 5cdc125 commit 473024e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ Add the below code in `app.ts` file.
6262
//set the data to dataSource property
6363
dataSource: themes,
6464
select: function(e) {
65-
debugger
66-
console.log(e);
6765
if (e && e.itemData.value) {
6866
let ajax: Ajax = new Ajax('assets/styles/' + e.itemData.value + '.css', 'GET', true);
6967
ajax.send().then((result: any) => {

0 commit comments

Comments
 (0)