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 @@

GitHub repo

+

Fez was created by @dux in 2024. Latest update was . +

@@ -122,16 +156,6 @@

{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.tpl b/index.html.tpl index 8ddc926..36103c9 100644 --- a/index.html.tpl +++ b/index.html.tpl @@ -43,6 +43,38 @@ + @@ -54,6 +86,8 @@ GitHub repo

+

Fez was created by @dux in 2024. Latest update was . + <%= fez('todo') %> <%= fez('form') %> <%= fez('time') %>