diff --git a/demo/fez/todo.js b/demo/fez/todo.js index 5c8b3a5..4189f70 100644 --- a/demo/fez/todo.js +++ b/demo/fez/todo.js @@ -83,15 +83,5 @@ Fez('ui-todo', class extends FezBase { {name: 'Second task', done: false}, {name: 'Third task', done: true }, ] - - for (const i in [1,2,3,4,5]) { - this.data.i = i - } - - window.requestAnimationFrame(()=>{ - for (const i in [1,2,3,4,5]) { - this.data.i = i - } - }) } }) diff --git a/index.html b/index.html index ee428c0..fbac3d1 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,38 @@ +
@@ -23,6 +55,8 @@Fez was created by @dux in 2024. Latest update was . +
Fez was created by @dux in 2024. Latest update was . + <%= fez('todo') %> <%= fez('form') %> <%= fez('time') %>