Skip to content

Instantly share code, notes, and snippets.

@inossidabile
Created January 30, 2012 13:45
Show Gist options
  • Select an option

  • Save inossidabile/1704474 to your computer and use it in GitHub Desktop.

Select an option

Save inossidabile/1704474 to your computer and use it in GitHub Desktop.
if !@previous?.__erase && !@__beforePaint
@trigger 'stageClear'
else
clearStage = =>
if @__beforePaint?
@__beforePaint @layout.content(), => @trigger 'stageClear'
else
@trigger 'stageClear'
if @previous?.__erase?
@previous.__erase clearStage
else
clearStage()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment