🎨 adding mvp hook for timeout handler

This commit is contained in:
Michael Straßburger 2017-04-30 00:05:17 +02:00
parent 309a237bda
commit fcfb090a52

View File

@ -184,6 +184,7 @@ module.exports = class Mapscii
#@notify JSON.stringify key
_draw: ->
config.onDraw() if config.onDraw
@renderer
.draw @center, @zoom
.then (frame) =>