Change old references of ecoal95

This commit is contained in:
Emilio Cobos Álvarez 2016-03-23 16:57:53 +01:00
parent 8e61a8a974
commit 5ed93a5c4a
6 changed files with 10 additions and 11 deletions

View file

@ -81,7 +81,7 @@ impl WebGLPaintThread {
CanvasMsg::Common(message) => {
match message {
CanvasCommonMsg::Close => break,
// TODO(ecoal95): handle error nicely
// TODO(emilio): handle error nicely
CanvasCommonMsg::Recreate(size) => painter.recreate(size).unwrap(),
}
},