From f2676294c95695e2de3a7fb88eafae76d6827618 Mon Sep 17 00:00:00 2001 From: Florrie Date: Thu, 31 May 2018 00:00:45 -0300 Subject: Let-const nitpicks --- examples/list-scroll-form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/list-scroll-form.js') diff --git a/examples/list-scroll-form.js b/examples/list-scroll-form.js index cb7fa27..c015ddb 100644 --- a/examples/list-scroll-form.js +++ b/examples/list-scroll-form.js @@ -19,7 +19,7 @@ interfacer.getScreenSize().then(size => { list.w = root.contentW - 4 list.h = root.contentH - 4 - for (let item of ['Foo', 'Bar', 'Baz']) { + for (const item of ['Foo', 'Bar', 'Baz']) { const button = new Button(item) list.addInput(button) -- cgit 1.3.0-6-gf8a5