mirror of https://github.com/espruino/BangleApps
Update Layout.js
parent
f114923305
commit
baa242e92b
|
@ -417,3 +417,5 @@ Layout.prototype.clear = function(l) {
|
|||
if (l.bgCol!==undefined) g.setBgColor(l.bgCol);
|
||||
g.clearRect(l.x,l.y,l.x+l.w-1,l.y+l.h-1);
|
||||
};
|
||||
|
||||
exports = Layout;
|
||||
|
|
Loading…
Reference in New Issue