Skip to content

Commit

Permalink
Renaming the Print context
Browse files Browse the repository at this point in the history
  • Loading branch information
nvh committed Oct 6, 2016
1 parent f2f00ea commit bed29aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framer/Print.coffee
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Utils = require "./Utils"
class Printer class Printer


constructor: -> constructor: ->
@_context = new Context(name:"Print") @_context = new Context(name:"PrintConsole")
@_context.run => Events.wrap(window).addEventListener("resize", @resize) @_context.run => Events.wrap(window).addEventListener("resize", @resize)


createLayer: => createLayer: =>
Expand Down

0 comments on commit bed29aa

Please sign in to comment.