forge: Tiny cleanups.

pull/3093/head
Pavel Machek 2023-11-14 12:04:51 +01:00
parent 3004106991
commit 1d5cd5f900
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// Devel app -- app forge? // App Forge
st = require('Storage'); st = require('Storage');
@ -8,8 +8,7 @@ l = st.list(l, {sf:false});
print(l); print(l);
function on_load(x) function on_load(x) {
{
print("Loading", x); print("Loading", x);
Bangle.buzz(50, 1); // Won't happen because load() is quicker Bangle.buzz(50, 1); // Won't happen because load() is quicker
g.reset().clear() g.reset().clear()