This commit is contained in:
Ben Ogle
2014-11-11 16:39:30 -08:00
parent 97a671cb49
commit 12b9f232c2

View File

@@ -1,6 +1,6 @@
module.exports =
class OverlayManager
constructor: (@container)->
constructor: (@container) ->
@overlays = {}
render: (props) ->