remove layout-ready event from pdfjs, we get it from jq layout

This commit is contained in:
Brian Gough 2015-01-23 16:52:49 +00:00
parent bd8cfb1dae
commit 3d1fe22f00

View file

@ -81,7 +81,6 @@ define [
# console.log 'pdfSrc =', url # console.log 'pdfSrc =', url
initializePosition() initializePosition()
flashControls() flashControls()
scope.$broadcast 'layout-ready'
# pdfListView # pdfListView
# .loadPdf(url, onProgress) # .loadPdf(url, onProgress)
# .then () -> # .then () ->