Skip to content

Commit

Permalink
dom ready
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Thornton authored and Jacob Thornton committed Jun 6, 2015
1 parent 154920e commit e659a0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/zoom.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@
}
}

new ZoomService().listen()
// wait for dom ready (incase script included before body)
$(function () {
new ZoomService().listen()
})

}(jQuery)

0 comments on commit e659a0d

Please sign in to comment.