oops
parent
f41b3c5a88
commit
c4c2a93056
|
|
@ -415,3 +415,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