hypery2k / tvml-kit-livereload

MIT License
2 stars 0 forks source link

Increase flexibility for liveReload injection #7

Closed hhumphrey-dazn closed 8 years ago

hhumphrey-dazn commented 8 years ago

Currently the library injects the liveReload functionality under specific circumstances i.e with the onLaunch method written as either:

App.onLaunch = function () {}

or

App.onLaunch = function (options) {}

This PR account for other cases such as including async functionality or arrow functions etc.

hypery2k commented 8 years ago

Thanks for this PR