added comment about double resize event

This commit is contained in:
Brian Gough 2015-01-23 20:53:27 +00:00
parent 3d1fe22f00
commit 866de306d6

View file

@ -320,6 +320,8 @@ define [
updateLayout()
scope.$on 'layout:pdf:resize', () ->
# FIXME we get this event twice
# also we need to start a new layout when we get it
console.log 'GOT LAYOUT-PDF-RESIZE EVENT'
updateLayout()