shorten the error variable
parent
914d2f15d9
commit
5fd3424764
|
|
@ -77,8 +77,8 @@ exports.load = function() {
|
||||||
alt = Math.round(data.altitude) + "m";
|
alt = Math.round(data.altitude) + "m";
|
||||||
bangleItems[3].emit("redraw");
|
bangleItems[3].emit("redraw");
|
||||||
});
|
});
|
||||||
} catch (error) {
|
} catch (e) {
|
||||||
print("Caught "+error+"\n in function altUpdateHandler in module clock_info");
|
print("Caught "+e+"\n in function altUpdateHandler in module clock_info");
|
||||||
bangleItems[3].emit('redraw');}
|
bangleItems[3].emit('redraw');}
|
||||||
}
|
}
|
||||||
// actual menu
|
// actual menu
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue